Skip to content

Build

Chat flows reference

Every step type in the flow builder, what it does and how triggers work.

A flow is a graph of steps that starts from a trigger. Draft as long as you like; only the published version runs. Publishing validates the flow and lists anything that needs fixing.

Triggers

TriggerStarts when
KeywordAn incoming message contains or equals one of your keywords
Incoming messageAny message arrives (with a per-contact cooldown)
New contactA contact is created
Campaign replyA contact replies to a broadcast
EventAn event with a given name arrives from the API or an integration
ManualYou run it from the dashboard or the API

Steps

StepWhat it does
Send message / mediaSends text, an image, video, audio or document
Buttons / List menuUp to 3 quick-reply buttons or up to 10 list rows; each option is a branch
Send templateSends an approved template (works outside 24 hours)
Ask a questionWaits for a reply, validates it (text, email, number, date, choice) and saves it
ConditionBranches Yes/No on tags, saved details, answers or keywords
WaitPauses for minutes, hours or days
Add / remove tag, Set detailUpdates the contact
Assign agentAssigns the chat to a person or by your assignment rules
Call webhookSends the contact and variables to your URL and reads the JSON response
AI replyAnswers from your knowledge base
Hand over to humanStops automation and notifies your team
Create deal / Move dealAdds the contact to your sales pipeline or moves their open deal
Payment linkCreates a Razorpay payment link and sends it in the chat
EndFinishes the flow

Merge fields

Use {{first_name}}, {{name}}, {{phone}}, {{trait.city}} for saved details and {{var.answer}} for answers collected earlier in the flow.

Loops must wait

A loop that never waits for the contact would run forever, so publishing rejects it. Add a question or a wait inside the loop.

Something missing or unclear? Tell us and we'll improve this page.