curl --request POST \
--url https://api.open.cx/workflows/{workflow_id}/trigger \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Manually trigger a workflow. The workflow must have a “manual-trigger” trigger type and must be active. The workflow runs asynchronously in the background.
curl --request POST \
--url https://api.open.cx/workflows/{workflow_id}/trigger \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Was this page helpful?