Deals is plan-gated by the
access_sales_pipeline feature switch. If you don’t see Deals in the sidebar, ask the platform admin to enable it on your plan.The pipeline board
Sidebar → Deals opens the Kanban board. Columns are your stages — out of the box you get:- New — fresh opportunity, not yet qualified.
- Qualified — fits the buyer profile.
- Proposal — quote or offer sent.
- Negotiation — working out terms.
- Won — closed successfully.
- Lost — closed unsuccessfully (with a required reason).
What a deal card holds
Creating deals
Deals can be created five ways:1
From a conversation
In the Team Inbox, open the contact panel and click + New deal. The contact, owner, and channel are pre-filled.
2
From the Deals board
Click + New deal in any column. Pick a contact or create one on the fly.
3
From a flow
Drop a Create Deal node into the Flow Builder. Map value, stage, tags, and custom fields from previous steps (form answers, attributes, or catalog interactions).
4
From an import
Deals → Import takes a CSV with
title, contact_phone, value, currency, stage, owner_email. Rows with unknown contacts create the contact automatically.5
From the API
POST /api/v1/deals with an API token from Settings → Developers. See below.Automating with flows
Deals are first-class citizens in the Flow Builder, in both directions:- Create Deal / Update Deal / Move Deal Stage nodes let a flow write to the pipeline.
- When deal stage changes triggers a flow when a human (or another flow) moves a card. Use this to fire follow-up messages when someone reaches Proposal, or to notify a manager on Won.
Views
Switch between:- Board — Kanban, drag-and-drop.
- List — sortable table, great for bulk edits.
- Forecast — groups by expected close month with a weighted total based on stage probability.
REST API
Available endpoints (token from Settings → Developers):Reporting
A dedicated Sales section in Analytics shows:- Pipeline value by stage
- Conversion rates between stages
- Win rate by owner and by source
- Sales-cycle length (time from New to Won)
Troubleshooting
Related
- Team Inbox — create deals from a live chat and jump back to the conversation from any card.
- Flow Builder — automate pipeline movement and stage-based follow-up.
- Analytics — pipeline value, conversion, and sales-cycle reports.