August 4, 2026
3 days ago
Automations can now be started and activated/deactivated directly through the API.
Added
Automations
Start an Automation
- An endpoint to start a run of an automation on demand, returning the id of the created execution (
POST /v2/automations/{automationId}/start).
Activate or Deactivate an Automation
- An endpoint to activate or deactivate an automation (
PATCH /v2/automations/{automationId}/state). Thestatevalue acceptsactive/inactivein any casing.