Update an automation
termix_automations_update_automationUpdate an existing automation's configuration—name, enabled flag, channels, definition, description, or concurrency policy. Fetch the automation first to modify its definition safely.
Instructions
Update an automation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| enabled | No | ||
| channels | No | Notification channel ids. | |
| definition | No | The trigger/condition/action definition. Shape not fully reverse-engineered here - fetch the existing automation first (GET /automations/{id}) and modify its definition object rather than constructing one from scratch. | |
| description | No | ||
| concurrencyPolicy | No |