Authorizations
API key required for all endpoints
Path Parameters
Body
application/json
Phone number to associate with this flow execution (required for conversation tracking)
Example:
"+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.
Example:
"config-123abc"
Variables to pass to the flow execution
Example:
{
"user_id": "123",
"name": "John Doe",
"email": "john@example.com"
}Additional context for the execution
Example:
{
"source": "mobile_app",
"version": "1.2.3"
}Initial data to pass to the flow

