Drag message, wait, condition, HTTP and AI nodes onto a canvas to build IVRs, WhatsApp chatbots, OTP flows, abandoned-cart drips and cross-channel fallback logic. Every flow can be triggered by an inbound message, an inbound call, a schedule or a single API call from your application.
Talkloo Flow Builder is a visual, no-code automation tool built into the Talkloo omnichannel platform. Instead of coding message sequences, IVR menus or chatbot logic, you connect nodes on a canvas: send an SMS, WhatsApp, RCS or email; play or speak a voice prompt; wait for a reply or a timeout; branch on the answer or on data from your API; call a webhook; hand the conversation to an AI agent or a human. Flows run on Talkloo’s infrastructure and can be started from the dashboard, from an inbound event or from one REST call, which makes them the fastest way to ship multi-channel communication logic.
Send on any channel from one node and switch channels mid-flow. Templates are shared with the API and campaigns.
Build inbound IVRs and outbound voice journeys with play, speak (TTS), gather digits, record, transfer and AI-agent nodes.
Branch on replies, button taps, contact attributes or API responses. Add waits, quiet hours, A/B splits and loops.
Call your APIs, post events to webhooks and let a Talkloo AI agent take over part of the conversation, then resume the flow with what it learned.
Inbound WhatsApp/SMS/RCS message, inbound call to a DID, a schedule, a CSV audience or an API call with contact data.
Drag messages, voice prompts, waits, conditions, HTTP requests and AI agent steps onto the canvas and connect them.
Run the flow against a test number and inspect each node’s inputs and outputs before publishing.
Publish a version; start it from the dashboard, from events or with POST /v1/flows/{id}/runs.
Product teams design the journey in the builder; engineering fires it with one call and receives outcome webhooks. No redeploy when marketing changes the copy or adds a channel.
POST /v1/flows/flw_order_followup/runs
{
"contact": { "phone": "+923001234567", "email": "ali@example.com" },
"variables": { "order_id": "A-10432", "eta": "Thursday" },
"reference": "order-A-10432"
}
// 202 Accepted
{ "run_id": "run_71bc", "status": "running" }WhatsApp OTP → SMS after 20 s → voice call reading the code. One flow, three channels.
RCS card with product image, then email, then a discount by SMS if still unconverted.
Confirm / reschedule buttons on WhatsApp with automatic calendar updates via HTTP node.
Language selection, self-service by DTMF or speech, AI agent for FAQs, human queue for the rest.
Menu-driven support bot that escalates to an AI agent or live agent based on intent.
After a call ends, send an NPS question on the customer’s preferred channel and store the score in your CRM.
Yes. Journeys are built by dragging and connecting nodes. Developers can still extend flows with HTTP nodes, custom variables and API triggers, but no code is required to build, test or publish a flow.
SMS, WhatsApp, RCS, Email and Voice (inbound IVR and outbound calls), plus AI agent and human hand-off steps. A flow can start on one channel and continue on another.
Yes. Every published flow has a REST endpoint. Send contact details and variables in one POST request and receive progress and completion events on your webhook.
It covers the same job – visual multi-channel automation – but includes voice, email and AI agent nodes in the same canvas and runs on channels you already buy from Talkloo, so there is no extra product to license.
Yes. The HTTP request node calls any REST endpoint mid-flow and maps the JSON response into variables you can use in messages and conditions. Native CRM connectors are available for popular systems.
Use sandbox mode with a test contact. Each node shows its input, output and the branch taken, and versions can be rolled back at any time.
Book a working session and we will build your first flow with you on the call.