curl --request PUT \ --url https://api.kadoa.com/v4/workflows/{workflowId}/resume \ --header 'x-api-key: <api-key>'
Copy
{ "message": "Workflow resumed"}
Workflows
Resume a workflow
Resumes a paused, preview, or error workflow. If the user’s team/organization or any of the user’s organizations has the COMPLIANCE_REVIEW rule enabled, the workflow will be sent for compliance review instead of being directly activated.
PUT
/
v4
/
workflows
/
{workflowId}
/
resume
Resume a workflow
Copy
curl --request PUT \ --url https://api.kadoa.com/v4/workflows/{workflowId}/resume \ --header 'x-api-key: <api-key>'