The Only API docs
Automations

Update an automation

Guide: [Automations](/docs/automations)

PATCH
/automations/{automation_id}

Guide: Automations

X-API-Key<token>

Your CRM panel API key

In: header

Path Parameters

automation_id*integer

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/automations/0" \  -H "Content-Type: application/json" \  -d '{}'
{  "automation": null,  "success": true}