Trigger types
WhatsApp message trigger- Starts flow when message received on specific WhatsApp number
- Intercepts messages before they reach agents
- Provides message content and user context to flow
- Starts flow via HTTP POST request
- Programmatic flow execution from external systems
- Pass custom variables and context data
WhatsApp message trigger
When active, starts the flow when messages are received on the configured WhatsApp number. Configuration- Select WhatsApp configuration (phone number)
- Only one flow can have an active WhatsApp trigger per number
API trigger
Execute flows programmatically via HTTP API. Perfect for integrating flows with external systems, webhooks, or custom applications. Endpoint- Must belong to your project (direct or via customer)
- Returns 422 error if invalid or doesn’t belong to project
- When omitted, uses project’s default WhatsApp config
Flow context
Triggered flows receive context data based on the trigger type: WhatsApp message trigger contextManaging triggers
Triggers are managed via the web interface:- Go to Flow settings
- Add trigger (WhatsApp or API)
- Configure trigger settings
- Activate/deactivate as needed