monday Sales CRM is board-driven, and we connect through monday's GraphQL API using a personal API token. Every conversation can create or update an item on the board you choose, with column values mapped to fields like name, email, phone, source, and stage.
monday Automations can send webhooks to Small Business Chatbot on any column change. So when a status moves to 'Quote Sent' or 'Waiting on Customer', that event can trigger an AI follow-up campaign.
Popular workflow recipes
When this happens → do thatTriggers & Actions
3 triggers · 3 actionsNew item on any monday board.
Status, person, date, or any custom column updates.
Stage transitions on a Sales CRM board.
On any monday board, with column values populated from chat/voice.
Map standard and custom columns directly to conversation fields.
Log the conversation summary as a comment on the item.
How to connect monday Sales CRM
~10 minutes- monday is GraphQL-only — no REST. Rate limits are complexity-based rather than request-count.
- Object names like 'Contacts', 'Deals', and 'Leads' in monday Sales CRM are just board templates. The real data model is items + column values, so we re-read the board schema if you change column structures.