Pause a sequence and hold workflow execution
cURL
curl --request POST \ --url https://api.sequenzy.com/api/v1/sequences/{sequenceId}/disable \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Sequence disabled", "sequenceId": "seq_abc123" }
Documentation IndexFetch the complete documentation index at: https://docs.sequenzy.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.sequenzy.com/llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST "https://api.sequenzy.com/api/v1/sequences/seq_abc123/disable" \ -H "Authorization: Bearer seq_live_xxx"