Skip to main content

Endpoints


Trigger a workflow

POST /api/v2/workflows/{workflow_id} Triggers a configured automation. The request body is wrapped in a data object.
data
object
required
Arbitrary key-value data passed to the workflow.
Example

Trigger a workflow (raw)

POST /api/v2/workflows/{workflow_id}/raw Same as above but sends the full request body as workflow data — no data wrapper.
Example