cURL
curl --request POST \ --url https://api.notifique.dev/v1/automations/{automationId}/stop \ --header 'Authorization: Bearer <token>'
200
Example
{ "success": true, "data": { "stopped": true } }
Define automação como inativa e cancela trabalho pendente de forma best-effort.
Authorization: Bearer sk_live_...
Cuid da automação.
Automação parada.
true
Show child attributes
Was this page helpful?