Automations
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | Get an automation with its full graph | Get an automation with its full graph |
GET | >- | >- |
POST | Unarchive an automation (returns it to paused state) | Unarchive an automation (returns it to paused state) |
POST | Activate an automation | Activate an automation |
POST | Archive an automation | Archive an automation |
PATCH | Update automation metadata (name, description) | Update automation metadata (name, description) |
GET | Aggregate run metrics scoped to a single automation | Aggregate run metrics scoped to a single automation |
POST | Pause an automation | Pause an automation |
PUT | Replace the automation's graph | Replace the automation's graph |
POST | Manually enroll a contact into an automation | Manually enroll a contact into an automation |
POST | Create an automation (optionally expanding a template) | Create an automation (optionally expanding a template) |
POST | Dry-run the graph without any side effects | Dry-run the graph without any side effects |
POST | Resume a paused automation (equivalent to activate) | Resume a paused automation (equivalent to activate) |
GET | >- | >- |
GET | List automations | List automations |
DELETE | Delete an automation (hard delete — cascades to entrypoints and runs) | Delete an automation (hard delete — cascades to entrypoints and runs) |
Found something wrong? Help us improve this page.