// WHATSAPP
WhatsApp lead routing
WhatsApp converts 4-5× better than email for lead follow-up in MENA and GCC markets. Here’s how to wire it correctly so it actually scales.
The architecture
Three pieces:
- Inbound capture — visitor messages your business number
- Auto-reply + triage — first response within 60 seconds
- Routing to humans — qualified leads get to you fast, junk gets filtered
Step 1: Get a WhatsApp Business API number
Don’t use personal WhatsApp Business app — it doesn’t scale. Use:
- 360dialog — €49/mo + per-message — recommended for GCC
- Twilio — $0.005 per message — global
- Meta WhatsApp Cloud API — free for 1,000 conversations/mo — direct from Meta
Step 2: Pre-approve message templates
WhatsApp requires you to register message templates 24-48 hours before you can send them. Submit these 5 templates day 1:
- Welcome: “Hi {{name}}, thanks for reaching out to {{brand}}. We’ll respond within 4 hours during business hours (GST).”
- Booking confirmation: “Hi {{name}}, your call is confirmed for {{date}} at {{time}}. Calendar link: {{url}}”
- Follow-up: “Hi {{name}}, just checking in on the proposal we sent. Any questions?”
- Quote sent: “Hi {{name}}, your quote is ready: {{url}}. Valid until {{date}}.”
- Discovery call reminder: “Hi {{name}}, your call with {{brand}} is in 24 hours. Reschedule: {{url}}”
Step 3: Wire the auto-reply
When someone messages you on WhatsApp, the bot replies in 60 seconds with:
- Acknowledge (“Hi! Thanks for reaching out.”)
- Set expectation (“We respond within 4 hours.”)
- Ask a triage question (“What’s the project — a brand, a website, ads, or all of it?”)
Based on their reply, route to the right human (you) or to a specific team member.
Step 4: Route to your CRM
Use Zapier or n8n to fire on inbound WhatsApp message:
- Create contact in HubSpot with phone + first message
- Tag with “source: whatsapp”
- Notify you via Slack: “New WhatsApp lead from +971…: {{first message}}”
Step 5: Outbound triggers
Fire WhatsApp messages from HubSpot workflow when:
- New lead from website form → “Welcome” template within 5 min
- Calendly booking confirmed → “Booking confirmation” template
- Proposal sent (CRM trigger) → “Quote sent” template
- 24h before call → “Discovery call reminder” template
What NOT to do
- Don’t blast cold WhatsApp messages — Meta bans accounts for spam
- Don’t use Personal WhatsApp Business for >50 contacts/day
- Don’t reply slower than 24 hours — WhatsApp’s 24h customer window closes and you can’t reply without a template
Want this shipped by us instead of figured out alone?