Key concepts
- Trigger — Event type and optional filter condition.
- Action — Integration-bound action (push, email, webhook, etc.).
- Status — Automations can be enabled or paused via
PATCH /v4/automations/{id}/status.
Available endpoints
| Method | Endpoint | Description | Status |
|---|---|---|---|
| GET | /automations | List automations | New |
| POST | /automations | Create an automation | New |
| DELETE | /automations/{automation_id} | Delete an automation | New |
| GET | /automations/{automation_id} | Get an automation | New |
| PUT | /automations/{automation_id} | Update an automation | New |
| PATCH | /automations/{automation_id}/status | Update automation status | New |