create_automation
Set up a multi-step email automation triggered by a chosen event, with steps queued in order. New automations start paused, letting you review and activate them when ready.
Instructions
Create an automation workflow from a trigger and an ordered list of steps. Created paused by default — call toggle_automation to activate once the steps are reviewed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Automation name | |
| steps | No | Ordered workflow steps | |
| active | No | Start active immediately (default false) | |
| trigger | Yes | Event that starts the workflow | |
| trigger_config | No | Trigger parameters, e.g. { "tag": "trial" } for tag_added |