Start flow execution from WhatsApp messages or API calls
Triggers define how flows are initiated. Flows can be triggered by incoming WhatsApp messages or external API calls, providing flexible entry points for automated conversations.
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
Available context
Copy
# Access in flow via variables{{context.phone_number}} # User's WhatsApp number{{last_user_input}} # The received message text{{context.channel}} # "whatsapp"{{context.conversation_id}} # WhatsApp conversation ID