Automations
Automations
Event-triggered automations, manual runs, and run history.
Event-triggered automations, manual runs, and run history.
| Method | Endpoint | Path |
|---|---|---|
GET | List automations | /automations |
POST | Create an automation | /automations |
GET | Get an automation | /automations/{automation_id} |
PATCH | Update an automation | /automations/{automation_id} |
DELETE | Delete an automation | /automations/{automation_id} |
POST | Run an automation immediately | /automations/{automation_id}/run-now |
GET | List automation runs | /automations/{automation_id}/runs |