Skip to main content
POST
/
workflows
/
{workflow_id}
/
trigger
[Beta] Trigger a workflow
curl --request POST \
  --url https://api.open.cx/workflows/{workflow_id}/trigger \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 123,
  "message": "<string>",
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workflow_id
string
required

The workflow UUID to trigger

Response

Default Response