Overview
V1 workflows execute through:Authentication
Provide your Odin API credentials as request headers:Request body
New Input 1 should be submitted as:
id, type, description, and required fields belong to the stored Flow configuration — the execution request should contain only the value.
Example
Executing the published version
Once the Flow has been published or promoted, add:environment during initial testing, before the Flow has been published.
The endpoint waits for the complete execution result by default. You can supply this explicitly when needed:
Response
A successful request returns an execution result:node_results depend on the nodes used by the Flow.
Common errors
When troubleshooting, record the HTTP status and full response body. Remove credentials and sensitive input data before sharing them.
Migrating from the V1 endpoint
The endpoint
/v2/actions/execute/direct is for legacy Automator/Activepieces execution and should not be used to execute migrated V2 Flows.Workflow V1 Migration Tool
Migrate an existing V1 workflow to V2 using the in-platform migration tool.