Triggers a new execution of a flow via API. The flow must have an active API trigger configured.
API key required for all endpoints
Phone number to associate with this flow execution (required for conversation tracking)
"+1234567890"
Optional WhatsApp configuration to use for this execution. Must belong to the project (direct or via customer). When omitted, uses project's default WhatsApp config.
"config-123abc"
Variables to pass to the flow execution
{
"user_id": "123",
"name": "John Doe",
"email": "john@example.com"
}
Additional context for the execution
{
"source": "mobile_app",
"version": "1.2.3"
}
Initial data to pass to the flow