Skip to main content
POST
Trigger a workflow

Authorizations

Authorization
string
header
required

API Key authentication

Path Parameters

workflowId
string<uuid>
required

ID of the standalone workflow to trigger, from the Workflow ID column

Body

application/json

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

workflowTriggeredId
string<uuid>
required

Identifier for this trigger invocation

Example:

"b4f7c8e2-1a3d-4e5f-9c6b-7d8e9f0a1b2c"