Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?