Why Your Leads Are Going Cold — And How to Fix It in 30 Minutes
Speed is everything in lead generation. Studies consistently show that responding to a lead within the first five minutes increases conversion rates by up to 9x compared to waiting even 30 minutes. Yet most small businesses and solopreneurs are manually checking messages, missing inquiries, and losing sales while they sleep.
The good news? You can build a fully automated WhatsApp lead responder today — using ManyChat manychat and n8n — in under 30 minutes, no coding required.
What You'll Build
By the end of this guide, you'll have a working automation that:
- Detects incoming WhatsApp messages from new leads
- Sends an instant, personalised AI-generated reply
- Logs lead data to a Google Sheet or CRM
- Notifies your team via Slack or email for hot follow-ups
This is not a toy prototype — this is a production-ready workflow you can deploy for your business or sell to clients.
Tools You'll Need
- manychat — for WhatsApp channel management and conversation flows
- n8n — for the automation backbone connecting everything together
- OpenAI API — for generating intelligent, context-aware responses
- Google Sheets or Airtable — for lead logging
Step 1: Set Up Your WhatsApp Channel in ManyChat
First, log in to manychat and connect your WhatsApp Business account. If you haven't done this yet, you'll need a verified Meta Business account and a WhatsApp Business API number.
Once connected, inside manychat, create a new Flow triggered by any incoming message. Set the entry point to 'All Messages' and add a quick action to forward the message payload to a webhook — this is where n8n takes over.
Quick ManyChat Configuration Tips
- Use a Keyword Trigger if you want to filter only lead-related messages (e.g., 'price', 'info', 'interested')
- Tag new contacts automatically in manychat as 'New Lead' for easy segmentation
- Enable opt-in confirmation to stay GDPR compliant
Step 2: Build the n8n Workflow
Open your n8n instance (cloud or self-hosted) and create a new workflow. Start with a Webhook node — this will receive the data pushed from manychat.
The n8n workflow will follow this logic:
- Webhook node → receives lead message and contact data
- OpenAI node → generates a personalised reply based on the message content
- HTTP Request node → sends the AI reply back via the ManyChat API
- Google Sheets node → logs name, phone number, message, and timestamp
- Slack or Email node → alerts your team for high-intent leads
Setting Up the OpenAI Node in n8n
In n8n, add an OpenAI node and connect your API key. Use a prompt like this:
"You are a friendly sales assistant for [Your Business Name]. A potential customer just sent this message via WhatsApp: '{{$json["message"]}}'. Write a helpful, concise reply under 150 words that encourages them to book a call or learn more."
This ensures every response feels human, relevant, and conversion-focused. The n8n workflow handles all of this automatically, 24/7.
Step 3: Connect the ManyChat API to Send the Reply
To send messages back through WhatsApp, use the ManyChat API inside an n8n HTTP Request node. Set the method to POST and use the endpoint:
https://api.manychat.com/fb/sending/sendContent
Pass the subscriber ID (from the incoming webhook payload) and your AI-generated message text. The manychat platform handles delivery and ensures messages are properly formatted for WhatsApp.
Step 4: Test and Go Live
Before going live, run a full end-to-end test by sending a WhatsApp message to your number from a test account. Watch the n8n workflow execute in real time — you should see the webhook trigger fire, the OpenAI response generate, and the reply arrive back on WhatsApp within seconds.
Once everything checks out, activate your n8n workflow and your manychat flow. You're now running a 24/7 AI lead responder on WhatsApp.
Pro Tips to Level Up Your Responder
- Add a lead scoring step in n8n using keywords or sentiment analysis to flag high-value leads for immediate human follow-up
- Use manychat's built-in sequences to send follow-up messages at 24h and 48h if the lead doesn't respond
- A/B test your AI prompts monthly to continuously improve response quality and conversion rates
- Integrate your CRM (HubSpot, Pipedrive) directly in n8n for seamless pipeline management
Real-World Results You Can Expect
Businesses using automated WhatsApp responders report response times dropping from hours to under 10 seconds, lead-to-call conversion rates improving by 30–50%, and team workload on first-response tasks dropping dramatically.
With manychat handling the WhatsApp interface and n8n powering the backend logic, you get an enterprise-grade system at a fraction of the cost of hiring a full-time SDR.
Start Building Today
This is one of the highest-ROI automations you can build in under an hour. Whether you're a freelancer looking to impress clients, a business owner tired of missing leads, or an agency building productised services — this WhatsApp lead responder pays for itself quickly.
Get started with manychat for the WhatsApp flow, connect it to n8n for the automation logic, and have your AI-powered lead responder live before lunch.
This post was created with tools we use and recommend: n8n for workflow automation, Turbotic as an AI-native automation alternative, ElevenLabs for AI voiceover, Placid for visual content creation, and Hostinger for reliable VPS hosting. Some links are affiliate links.