activate_automation
Activates a draft or paused automation after approval or immediately if approval not required. Returns the automation's status and pending approval state.
Instructions
Turn a draft or paused automation live. By DEFAULT activation is approval-gated like campaign sends: the automation stays draft with pendingApproval: true and the account owner is emailed the trigger + step timeline — the human approves by REPLYING "APPROVE" to that email (or from the dashboard), after which it goes active. When approvalRequired is false (or it was already approved) it activates immediately and re-wakes any runs a pause stranded. Returns the automation: report status and pendingApproval to the user. Requires a paid plan + verified fromEmail domains on every email step (403 plan_upgrade_required otherwise; the draft stays saved).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Automation id. | |
| sender | No | Product/sender externalId sent as X-Drin-Sender. Required only for account-wide API keys; overrides the server's default sender. |