Week 5 • Lesson 5 of 8 • 60 mins

WhatsApp & Telegram AI Bots (No Code)

How to build AI-powered chat bots for customer support or lead qualification.

AI Where Your Customers Are

In India, business happens on WhatsApp. Let's put AI there — but do it the right way.

1. The Official WhatsApp Business API

Critical first step: Only use official WhatsApp Business API partners. Unofficial bots = banned number = lost business.

Official Partners:

  • ManyChat — Most popular, easy to learn, good AI integration
  • WATI — India-based, strong local support, good for WhatsApp specifically
  • Interakt — Good value, growing in India
  • Kommunicate — More enterprise-focused

How it works:

  1. You connect your WhatsApp Business account to the platform (ManyChat/WATI/etc.)
  2. You create a "Flow" (conversation tree) with triggers and responses
  3. You connect OpenAI to the platform
  4. AI reads incoming messages and generates responses based on your knowledge base

2. The Knowledge Base: The Heart of Your Bot

Your bot is only as good as what you teach it:

  • Upload your FAQ (PDF, URL, or manual entry)
  • Upload product/service documentation
  • Upload pricing sheet
  • Upload common objection responses

The Knowledge Base Prompt (for AI integration): "You are a helpful assistant for [Company Name]. Answer questions using only the provided knowledge base. If you don't know the answer, say 'Let me connect you with our team' and route to human. Never make up information about pricing, features, or availability."

3. Use Case: The 24/7 Support Bot

Upload your FAQ document (10-20 common questions). Now:

  • Customer asks at 2 AM: "What is your refund policy?"
  • Bot reads FAQ → Answers instantly with the correct policy
  • Bot asks: "Did this answer your question? Reply YES or NO"
  • If YES → Close ticket
  • If NO → Escalate to human with transcript

Key benefit: You reduce 70% of support volume without hiring more people.

4. Use Case: Lead Qualification Bot

Convert social followers into qualified leads automatically:

  • Bot asks: "What are you looking for?"
  • Bot asks: "What's your budget range?" (Multiple choice works best)
  • Bot asks: "When are you looking to get started?"
  • Bot asks: "What's your industry?"
  • If all criteria met → Alert sales person via Slack + send calendar booking link
  • If not qualified → Add to nurture sequence (email sequence)

5. Use Case: Appointment Booking Bot

  • Available 24/7 for booking demos/calls
  • Connects to Google Calendar API to show real availability
  • Customer selects slot → Event created automatically → Confirmation sent to both parties
  • Reminder sent 1 hour before automatically

6. Use Case: Order Status Bot

  • Customer messages "Where is my order?"
  • Bot asks for order number
  • Bot checks database/API → Returns status
  • If not found → Routes to human

7. The Conversation Flow Design

Even with AI, conversation flows need to be designed:

  • Start: Greeting + what the bot can help with
  • Options: Give 2-3 clear options, not open-ended "How can I help?"
  • Collect: Gather the minimum info needed (name, email, question)
  • Respond: Answer or route
  • Close: "Is there anything else?" to capture more value

8. The "Talk to a Human" Escape Hatch

This is non-negotiable. Every bot must have a way to reach a human:

  • "Type 'AGENT' to speak with someone"
  • If sentiment is negative or customer explicitly asks → Route immediately
  • Never trap a frustrated customer in a bot loop

9. Compliance & Best Practices

WhatsApp has strict rules:

  • Opt-in required: You can only message people who agreed to receive messages
  • No spam: One message per customer per day maximum (except transactional)
  • No promotional misleading: Use business account, not personal
  • Template approval: Broadcast messages need WhatsApp template approval
  • Opt-out: Every message must include a way to unsubscribe ("Reply STOP to opt out")

⚠️ Common Mistakes

  • The "Circular Loop": When the bot doesn't know an answer and keeps repeating "I don't know" or hallucinating. Always have a "Talk to a Human" button.
  • WhatsApp Bans: Do not use AI to spam people. WhatsApp has strict policies against unsolicited messages. Only message people who opted in.
  • No knowledge base: Connecting AI without feeding it your specific information = generic, useless responses.
  • Over-automation: Automating everything including sensitive or high-stakes interactions. Keep humans in the loop for anything involving pricing, complaints, or complex issues.

Telegram Option (easier to set up, no approval needed):

  • Use BotFather to create a bot
  • Connect to Make.com via Telegram bot trigger
  • Same AI integration, no compliance headaches
  • Best for: Internal team tools, not customer-facing

What's Next: You've built systems that run on text. Next week we give them eyes, ears and a voice — Week 6 is Voice AI, Video AI and multimodal work.

Hands-on Practicals

The Telegram Bot

Use a tool like 'BotFather' on Telegram and connect it to a no-code tool like Make.com. Have the AI respond to any message you send it via Telegram.

The 24/7 Support Bot

Create a simple FAQ document with 10 common questions and answers. Set up a WhatsApp bot that reads this document and responds to keywords. Test with 10 different customer questions. Track response time vs. human response time.

Lead Qualification Script

Design a qualification bot script: 1) Greeting, 2) Budget range question, 3) Timeline question, 4) Industry question. Use AI to create 3 versions of each question. Test which version gets the best response rate.

Knowledge Check

Why is a 'Talk to a Human' button essential in an AI WhatsApp bot?

What is the primary benefit of using a WhatsApp AI bot for customer support?

What is the biggest risk of using AI on WhatsApp for business?