update_automation_step
Modify an automation step's type or configuration while keeping its graph connections intact. Disable the automation first if it is enabled.
Instructions
Update a step in place (PATCH /automations/:id/steps/:stepId). The graph key stays stable, so connections keep pointing at it. Disable the automation first if it is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The automation id. | |
| type | Yes | Step type, e.g. 'send_email', 'wait', 'condition'. | |
| config | No | Replacement step configuration. | |
| step_id | Yes | The step id to update. |