curl --request POST \
--url https://api.open.cx/workflows/{workflow_id}/activate \
--header 'Authorization: Bearer <token>'{
"success": true
}Activate the latest version of a workflow. Any previously active version is deactivated. The workflow will start responding to its configured trigger.
curl --request POST \
--url https://api.open.cx/workflows/{workflow_id}/activate \
--header 'Authorization: Bearer <token>'{
"success": true
}Was this page helpful?