create_automation
Create a workflow with a trigger and ordered steps, paused by default so you can review before activation.
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 |