add_automation_step
Append a new step to an automation to control its workflow. Specify the step type and configuration to add actions like sending emails, waiting, or setting conditions.
Instructions
Append a step to an automation (POST /automations/:id/steps).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The automation id. | |
| key | No | Optional step key for referencing in connections. | |
| type | Yes | Step type, e.g. 'send_email', 'wait', 'condition'. | |
| config | No | Step configuration. |