Flows
Orbit Flows is a visual workflow builder that lets you design complex communication automations without writing code. Connect triggers, conditions, channels, and AI agents into multi-step workflows using a drag-and-drop interface.What Are Flows?
Flows are directed graphs of nodes that execute in sequence or parallel based on conditions. Each node performs an action — sending a message, calling an API, running an AI agent, or evaluating a condition.Core Concepts
| Concept | Description |
|---|---|
| Trigger | What starts the flow — incoming message, API call, schedule, or webhook |
| Node | A single step in the flow — send message, HTTP request, delay, condition |
| Edge | Connection between nodes defining execution order |
| Branch | Conditional logic that splits the flow based on data or responses |
| Variable | Dynamic data passed between nodes (e.g., user name, order ID) |
Use Cases
- Welcome series — onboard new users with a multi-step SMS + email sequence
- Appointment reminders — send reminders 24h and 1h before, handle confirmations
- Lead nurturing — qualify leads with AI, route hot leads to sales
- Support escalation — try AI agent first, escalate to human if unresolved
- Order updates — notify customers at each stage of fulfillment
- Survey collection — send surveys post-interaction, analyze responses with AI
Create a Flow via API
Next Steps
- Flow Builder — learn how to use the visual builder
- Webhooks — trigger flows from external events
- AI Agents — add AI agents as flow nodes