Steps
Every step available to Routario automations and agents.
- Ask a person — Pause execution and ask a human actor for input. response_type: text (default), int, float, bool, choice, acknowledge, date, time, datetime, image, pdf, file. File types require channel: inline. Set auto_approve to resolve unattended without waiting.
- Branch — Conditional yes/no routing — evaluate a condition and follow one arm.
- Checkpoint — Wait until several conditions are met (all or any), with a timeout.
- For each — Loop over a list, running the body once per item (sequential).
- Merge — Reconnect branch arms back into one path (pass-through).
- Send email — Send an email through the best connected account (Gmail / Microsoft 365 / Resend).
- Send notification — Create a bell-panel notification visible to the actor or the whole instance.
- Send Slack — Post a message to a Slack channel or thread via the connected Slack integration.
- Send webhook — Fire an outbound HTTP request to an external URL.
- Set values — Assign, rename, or compute context variables without calling a module.
- Switch — Value-dispatch — route one value into N case arms plus a default.
- Wait — Pause execution for a duration, until a timestamp, or until an event fires.