The Only API docs
Automations

Run an automation immediately

Guide: [Automations](/docs/automations)

POST
/automations/{automation_id}/run-now

Guide: Automations

X-API-Key<token>

Your CRM panel API key

In: header

Path Parameters

automation_id*integer

Response Body

application/json

curl -X POST "https://example.com/automations/0/run-now"
{  "result": null,  "success": true}