Entry points
Send a Flow from the inbox
When a human is chatting and wants a scripted path:- Open the conversation in the inbox.
- Click Send Flow.
- Select a published Flow.
- Send it to the contact.
Keyword → Flow pattern
- Publish the Flow.
- Create an Automation Rule with a Keyword match trigger.
- Action: Start a Flow → select the Flow.
- Place more specific keywords above broad rules. Leave Default Reply last.
API and webhooks
- Use the contacts API to send/enroll a Flow when your system decides the moment.
- Listen for
flow_completedon Webhooks if your backend should continue after the script ends.
Checklist before you attach a trigger
- Flow is published
- Happy path and fallback path tested
- Channel messaging windows / templates considered for outbound starts
- Contact fields the Flow expects are documented
Next
Automation Rules
Full trigger and action reference.
Test and publish
Make sure the Flow is live-ready.