logo
Free tool

WhatsApp Chatbot Flow Planner

Sketch a booking, order, FAQ or lead flow with up to 4 steps, keyword triggers and prompts — export as text or JSON.

WhatsApp chatbot flow planner

Sketch your bot flow before you build it

This planner sketches the flow — it does not build or run the bot. Steps with keyword triggers, AI replies and a human handover can be built in Wutt. See the Wutt AI chatbot.

Running this inside Wutt

In Wutt, each flow step maps to an AI reply rule: keyword triggers route messages, and conversations hand over to your team the moment the bot can't help. Build the flow in Wutt.

How it works

A chatbot that tries to do everything does nothing well. The businesses with the best results on WhatsApp do not build a robot that sells — they build a receptionist that routes. Greet, qualify, capture the detail, and get a person involved at the right moment. Customers can smell a scripted dead end in two messages, and a flow that promises more than it can handle is worse than no chatbot at all. Planning the flow before building it is the difference between a bot that routes and a bot that frustrates.

The three parts of every step

Each step in this planner has a name, a prompt the bot sends, and an optional keyword trigger. A booking flow might look like: greet, ask which service (trigger: "book"), ask date and time, then hand over to a human to confirm. The keyword trigger means the step only fires when the customer's message contains a matching word; steps without triggers catch everything else.

Why small flows win

Keep it to a handful of steps. Every extra step is a place where a customer can drop out, and every branch doubles the testing you need to do. A flow that answers one question well — "what time can I come in?" — beats a ten-step monster that answers nothing completely.

Plan first, build second

The tool exports the flow as plain text and as JSON. The text version is for your team to agree on; the JSON is a spec a bot builder can import or implement. If you do not have a builder yet, the note under the output points to one that supports keyword triggers, AI replies and human handover.

Always plan the handover

Every flow needs an exit: a human sees the conversation when the bot reaches its limit. The flows that convert are the ones where the bot does the gathering and a person does the confirming.

Going further

Run this inside Wutt

The free version gives you the asset. Wutt gives you what happens after: every link, QR scan, and campaign lands in a shared inbox with bookings, store orders, and contact history.

Start the $1 Trial
FAQ

Questions about this tool

Three to five covers most cases. If your flow needs more, split it — one bot answering one question well beats a long flow with drop-off at every turn.

A word or phrase that routes a message to a specific step. If a customer writes "book", the bot jumps to the booking step instead of asking what they need.

No. It is a planning tool — it outputs the flow as text and JSON so you can build it in a bot builder. Wutt supports flows like these with keywords, AI replies and handover.

Yes, at least one. Customers who hit a dead end leave; customers who reach a person convert. Make sure the bot knows when to pass the chat to your team.

It is a plain, readable spec — import it into any builder that accepts JSON, or use it as documentation for a developer. No special format is required.