These docs are for v1.0. Click to read the latest docs for v2.0.

August 4, 2026

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). The state value accepts active/inactive in any casing.