Add a workflow step
POST/workflows/:key/steps
Append a step to a workflow. Channel steps (email, push, sms, in_app,
slack, discord, teams) carry message content in config; delay steps carry
{ amount, unit }; branch steps carry { conditions }.
Request
Responses
- 201
- 400
- 403
- 404
- 409
Step added
Validation error
Step type not available on the account's plan
Workflow not found
A step with the same step_key already exists