M
MJK.Supplies
Home / Make.com / Make.com WhatsApp Automation: Build Business Mes…
Make.com

Make.com WhatsApp Automation: Build Business Messaging Workflows

WhatsApp automation in Make.com enables businesses to send automated messages, build support bots, run appointment reminders, and create personalised outreach at scale. This guide covers how to connect WhatsApp to Make.com workflows using Twilio and the WhatsApp Business API.

M
MJK Supplies · Jun 12, 2026 · 11 min read
ShareXinf↗
Make.com WhatsApp Automation: Build Business Messaging Workflows

WhatsApp Integration Options in Make.com

Make.com connects to WhatsApp through:

Twilio for WhatsApp: The most common approach. Twilio provides a WhatsApp Business API wrapper. Make.com has a native Twilio module. Easy to set up; per-message pricing.

360dialog: A Meta-approved WhatsApp Business Solution Provider. Direct API with higher throughput for enterprise.

WhatsApp Business API (direct): Requires Meta Business verification. Direct integration via Make's HTTP module.

For most businesses, Twilio is the fastest path to working WhatsApp automation.

Setting Up Twilio WhatsApp in Make.com

Prerequisites:

  1. Twilio account (free to start)
  2. WhatsApp Sandbox enabled in Twilio Console
  3. For production: WhatsApp Business number approved by Meta via Twilio

In Make.com:

  1. Add Twilio module → Connection → enter Account SID and Auth Token from Twilio Console
  2. Select action: "Create a Message"
  3. Set:

- To: whatsapp:+1234567890 - From: whatsapp:+your-twilio-number - Body: message text

Receiving WhatsApp messages: In Twilio Console → Messaging → WhatsApp → Sandbox → set webhook to a Make.com Webhook URL.

Add Webhook trigger in Make.com → copy URL → paste in Twilio.

Now Make.com fires whenever a WhatsApp message is received.

WhatsApp Support Bot

Scenario: AI-powered WhatsApp support

  1. Webhook trigger: Inbound WhatsApp message (Twilio webhook to Make.com)
  2. Data Store (search): Look up conversation history by phone number
  3. HTTP (Claude API): Send conversation history + new message + system prompt
  4. Data Store (update): Save updated conversation
  5. Twilio: Send reply message via WhatsApp

Claude system prompt for WhatsApp:

You are a support assistant for [Company] responding via WhatsApp. Keep responses under 200 words — this is a mobile messaging app. Be helpful and specific. Use simple, direct language. Our product knowledge: [paste your documentation]

Conversation history data structure:

{ "phone": "+1234567890", "history": [ {"role": "user", "content": "How do I reset my password?"}, {"role": "assistant", "content": "To reset your password, go to..."} ], "last_active": "2026-06-23T10:30:00Z" }

Appointment Reminders

Automated WhatsApp appointment reminders:

  1. Trigger: Make.com Schedule (run every hour)
  2. Airtable (search): Find appointments starting in next 24 hours with no reminder sent
  3. Iterator: Process each appointment
  4. Router: Based on appointment type (consultation, demo, call)
  5. Twilio (WhatsApp): Send personalised reminder message
  6. Airtable (update): Mark reminder as sent

Message template:

Hi {{name}} 👋 Reminder: You have a {{appointment_type}} with {{agent_name}} tomorrow at {{time}}. Reply YES to confirm or RESCHEDULE to pick a new time. [Company Name]

Reply handler Scenario: When customer replies:

  • Twilio webhook → Make.com
  • Check if body = "YES" → Update Airtable: confirmed
  • Check if body = "RESCHEDULE" → Send Calendly link + update status

Lead Follow-Up via WhatsApp

WhatsApp has dramatically higher open rates than email (90%+ vs 20%). Use it for lead follow-up:

  1. HubSpot trigger: New lead (form submission)
  2. Wait: 5 minutes delay
  3. Claude HTTP: Generate personalised first message based on lead source and company
  4. Twilio: Send WhatsApp message

Note: Only send WhatsApp messages to prospects who have opted in or provided their number for this purpose. WhatsApp Business policy requires prior consent.

Multi-Language Support

For global businesses:

  1. Detect language from incoming message (Claude: "What language is this message in?")
  2. Router: branch by language
  3. Claude: respond in appropriate language
  4. Twilio: send localised response

Recommended Tools

  • Make.com — Visual automation for WhatsApp workflows
  • Twilio — WhatsApp Business API; native Make module
  • Claude API — AI-powered WhatsApp responses
  • Airtable — Store conversation history and appointment data
  • HubSpot — CRM for WhatsApp lead follow-up
#make.com#whatsapp#messaging

Related articles

MJK Supplies · Automation Services

Want this built for you?

We design and ship custom AI agents and automation systems for teams that want results, not a backlog. Book a free 30-minute consult — no commitment, no pitch deck.