Skip to main content
Automations trigger actions in response to user events — for example, sending a push notification when a trial is about to expire, or firing a webhook when a refund is issued. Each automation binds a trigger (event type + filter) to an action.

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

MethodEndpointDescriptionStatus
GET/automationsList automationsNew
POST/automationsCreate an automationNew
DELETE/automations/{automation_id}Delete an automationNew
GET/automations/{automation_id}Get an automationNew
PUT/automations/{automation_id}Update an automationNew
PATCH/automations/{automation_id}/statusUpdate automation statusNew

Authentication

All v4 endpoints require a Secret Key. See Authentication.