Introduction
A customer support chatbot handles repetitive queries — order status, refund policies, business hours — so your agents can focus on complex issues. With InboxCentral's visual bot builder, you can build and deploy one in under 10 minutes. No coding required.
What You'll Build
By the end of this tutorial, you'll have a chatbot that:
Step 1: Create a New Bot (1 minute)
Go to Bots > Bot Builder in InboxCentral. Click "New Bot" and give it a name — for example, "Support Bot". Select which channels it should run on: WhatsApp, Instagram, web chat, or all of them.
Step 2: Add a Greeting Node (1 minute)
Drag a "Message" node onto the canvas. Type your greeting:
"Hi there! I'm your support assistant. How can I help you today?"
Add quick reply buttons:
Step 3: Connect to Knowledge Base (2 minutes)
For the "Pricing & Plans" branch, drag an "AI Agent" node. Connect it to your Knowledge Base — upload your pricing page, FAQ document, or help center URLs.
The AI agent searches your knowledge base and responds with relevant answers in natural language. If it can't find an answer, it triggers the human handoff node.
Step 4: Add Order Tracking (3 minutes)
For the "Order Status" branch, drag an "Input" node to collect the order ID. Then drag an "API Call" node:
Add a "Message" node that displays the results:
"Your order #{orderId} is {status}. Estimated delivery: {estimated_delivery}. Track here: {tracking_url}"
Step 5: Add Human Handoff (1 minute)
For the "Talk to an Agent" button and all fallback paths, drag a "Handoff" node. Configure:
Step 6: Test and Deploy (2 minutes)
Click "Preview" to test the bot in the simulator. Walk through each branch:
Once satisfied, click "Deploy". The bot is now live on your selected channels.
Measuring Bot Performance
After deployment, monitor these metrics in InboxCentral's analytics:
Tips for Better Bot Performance
1. Keep Your Knowledge Base Updated
The AI agent is only as good as its knowledge base. Update it whenever your pricing, policies, or product features change.
2. Review Handoff Conversations
Regularly review conversations that triggered handoff. If the same questions keep escalating, add them to your knowledge base.
3. Start Simple, Expand Gradually
Begin with 3-4 topic branches. Add more as you learn what customers ask about. A focused bot outperforms an overly ambitious one.
Conclusion
A support chatbot isn't a replacement for human agents — it's their force multiplier. By handling the 60-70% of queries that are repetitive, your agents have more time for the conversations that truly need a human touch.