Execute Flow
Flow execution
Execute Flow
Execute a flow immediately or queue for background execution.
- flow_id: ID of the flow to execute
- trigger_type: How the execution was triggered
- variables: Input variables for the flow
- priority: Execution priority (urgent, high, normal, low)
- scheduled_at: Optional datetime to schedule execution for later
POST
Execute Flow
Authorizations
Body
application/json
Request model for creating a flow execution.
ID of the flow to execute
How the execution was triggered
Available options:
manual, event, scheduled, api, webhook, test Data from the trigger event
Additional variables for execution
Execution priority
Available options:
low, normal, high, urgent When to execute (for scheduled executions)
Execution timeout in seconds
Retry configuration
Additional execution metadata