The Only API docs
Automations

List automations

Guide: [Automations](/docs/automations)

GET
/automations

Guide: Automations

X-API-Key<token>

Your CRM panel API key

In: header

Response Body

application/json

curl -X GET "https://example.com/automations"
{  "automations": [    {      "action_params": {},      "action_type": "string",      "conditions": [],      "created_at": "string",      "crm_id": "string",      "id": 0,      "is_active": 0,      "last_run_at": "string",      "name": "string",      "of_user_id": "string",      "run_count": 0,      "trigger_event": "string"    }  ],  "success": true}