Trigger a workflow
Start a standalone workflow that uses a webhook trigger. The workflow must be enabled and published.
The JSON body is passed into the workflow as input. It does not have to match the workflow’s Expected input: extra fields are kept, and missing fields are empty in the run. The body must be a JSON object. Arrays and other non-object values are treated as an empty object.
A request to an enabled workflow that has never been published returns 202, but the run will not complete because there is no published version to run.
Authorizations
API Key authentication
Path Parameters
ID of the standalone workflow to trigger, from the Workflow ID column
Body
Input passed into the workflow. Must be a JSON object. The fields are yours to define and should match the workflow's Expected input. Extra fields are kept, and missing fields are empty in the run.
Response
Workflow accepted for execution
Identifier for this trigger invocation
"b4f7c8e2-1a3d-4e5f-9c6b-7d8e9f0a1b2c"