Update an automation
Automations
Update an automation
Update an existing automation, including adding, updating, or destroying its conditions and actions.
PATCH
Update an automation
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
enabled | No | Enable/disable the automation |
conditions_changes | No | ADD/UPDATE/DESTROY — UPDATE/DESTROY require id |
actions_changes | No | ADD/UPDATE/DESTROY — UPDATE/DESTROY require id |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the automation to update
Body
application/json
Response
Automation updated successfully

