Flow types define how a flow behaves and which channels it can run on. RapidPro.app offers different flow types depending on what your connected channels can do (text messaging, voice calls, or background actions). Choosing the right type early helps you avoid broken testing, missing options (like IVR), or flows that interrupt contacts unexpectedly.
In this guide, you’ll learn where to choose a flow type, what each flow type is used for, and how to pick the right type for your project.
6–8 min read
Flows
Updated on: 17/12/2025
Pick the right flow type in seconds
If you already know your channel and just need the fast path, follow this:
- Open Flows and click New Flow
- Use the Flow type dropdown
- Choose Messaging for SMS/WhatsApp/Telegram
- Choose Phone Call (IVR) only if you have a voice-enabled channel
- Choose Background for behind-the-scenes actions (no replies needed)
- Confirm with the decision guide and create the flow
You’re done. Your flow type is set before you start building nodes.
Step-by-Step Process
- Go to the Flows tab in your workspace.
- Click New Flow (or Create Flow).
- In the New Flow dialog, find the Flow type dropdown.
- Select the type that matches your channel and use case.
- Click Create to open the flow editor.
[CAPTURE: New Flow dialog showing the “Flow type” dropdown with options like Messaging, Phone Call/IVR, and Background.]
Messaging is the default flow type.
Use it when you want to run flows over text-based channels, such as:
- SMS (Android channel or virtual number)
- Telegram
- Other supported social messaging channels
Messaging flows are ideal for:
- Surveys and registrations
- Reminders and follow-ups
- Two-way automated conversations (question → reply → next step)
[CAPTURE: Flow editor showing a Messaging flow with Send Message and Wait for Response nodes.]
Phone Call (also called IVR) is for voice-based interactions.
You’ll see this option only if your workspace has a voice-enabled channel (for example, a voice-capable virtual number).
IVR flows allow you to:
- Play audio prompts
- Collect keypad input (DTMF) or voice responses (depending on configuration)
- Route callers based on selections (e.g., “Press 1 for…”)
[CAPTURE: New Flow dialog showing the Phone Call/IVR option, plus an example IVR flow structure (voice prompts + branches).]
A contact can only be active in one Messaging flow at a time. Background flows solve a common problem: running automation without interrupting an active messaging conversation.
Use Background flows when you need to perform actions that don’t require a reply from the contact, such as:
- Update contact fields silently
- Add/remove contacts from groups
- Apply tags/labels
- Trigger external integrations (webhooks, events)
- Run internal housekeeping logic
[CAPTURE: Background flow example showing actions like Update Contact and Add to Group with no Wait for Response nodes.]
Use this quick guide:
| Your goal | Best flow type |
|---|---|
| Two-way conversation (ask questions, collect replies) | Messaging |
| SMS/WhatsApp/Telegram automation | Messaging |
| Voice calls with menu options (Press 1, Press 2…) | Phone Call (IVR) |
| Run actions without interrupting active Messaging flows | Background |
[CAPTURE: A flow creation screen where the flow type choice is visible, alongside a short help tooltip or description.]
Common Issues & Quick Fixes
Problem: I don’t see the IVR / Phone Call flow type.
Fix: Confirm your workspace has a voice-enabled channel connected. If you only have SMS/social channels, you will only see Messaging and Background options. Contact your admin or support if you believe voice support should be enabled for your account.
Problem: My flow interrupts contacts who are already in another flow.
Fix: Use Background flows for actions that don’t require contact responses. When manually starting a Messaging flow, select filters like “Contacts not currently in another flow” (if available). Review triggers to avoid starting multiple Messaging flows unexpectedly.
Problem: I chose the wrong flow type when creating a flow.
Fix: Create a new flow with the correct flow type (recommended). Copy logic manually or via export/import depending on your setup. Test in the simulator before launching.
Survey – Messaging, Support Line – IVR, Post-Registration – Background.