WABridges
← All guides
Guide

WhatsApp in your Make scenarios.
No code required.

Make's built-in HTTP and webhook modules talk to WABridges directly — nothing to install, nothing to program. Send WhatsApp messages from any scenario, and start scenarios the moment a message arrives. Flat $5/month, unlimited messages.

If Make already runs half your business — bookings, orders, spreadsheets, CRM — WhatsApp is one module away from joining it. There's no official WhatsApp app to hunt for and no approval process to survive: WABridges gives your WhatsApp number a plain web address that Make's standard HTTP module can talk to.

Sending a message is one "HTTP → Make a request" module in any scenario. Receiving messages is one custom webhook. Everything between — lookups, delays, routers, filters — is the Make you already know.

How it works

1
Pair your WhatsApp number
Sign up, create a bridge from the dashboard, and scan the QR code with your phone — the same way you'd link WhatsApp Web. Takes about a minute, no code involved.
2
Send: add one HTTP module
In any scenario, add Make's "HTTP → Make a request" module. Set it to POST to your bridge's send address, add your API key as a header, and map the recipient's number and message text from earlier modules. That's the whole sending setup.
3
Receive: add a custom webhook
Create a "Custom webhook" trigger in Make and paste its URL into your bridge's webhook setting in the WABridges dashboard. From then on, every incoming WhatsApp message starts your scenario, with the sender and message text ready to map.
4
Build the flow between
Now it's ordinary Make: look the sender up in a sheet or CRM, branch with routers, add delays for reminders, and end with the HTTP module to reply on WhatsApp.

What you can build

📅
From your calendar
  • Booking confirmed → WhatsApp confirmation
  • 24h before → automatic reminder
  • Reply "CANCEL" → slot freed up
  • Works with Calendly, Google Calendar
🛒
From your store
  • New Shopify order → confirmation message
  • Fulfillment → tracking link
  • Abandoned cart → friendly nudge
  • COD confirmation before dispatch
📇
Into your records
  • New enquiry → Google Sheets row
  • Lead created in HubSpot or Airtable
  • Instant auto-reply to new contacts
  • Full conversation log, automatically
🔔
To you and your team
  • Form submission → your WhatsApp
  • Payment received → owners' group
  • Daily summary at 9am
  • Low-stock and error alerts

Stuck? Paste this into ChatGPT or Claude

Copy this prompt → paste into any AI assistant → get a click-by-click walkthrough for your exact scenario.
I use Make (formerly Integromat) and I want to connect WhatsApp to my
scenarios using WABridges (wabridges.com). I don't write code.

What I want to build: [describe it plainly — e.g. "when someone books
on Calendly, send them a WhatsApp confirmation, then a reminder 24
hours before the appointment; if they reply CANCEL, free the slot"]

I already have:
- A WABridges account with a bridge created and my number paired
- My WABridges API key
- A Make account

Please read the WABridges API docs first:
https://wabridges.com/llms-full.txt

Then walk me through, step by step:
1. Which Make modules to add, and in what order
2. Exactly what to enter in the HTTP module to send a WhatsApp
   message (URL, headers, body fields) — shown as values I can
   copy into the Make form, not as code
3. How to create the custom webhook and where to paste its URL in
   WABridges so incoming replies trigger my scenario

Explain it like I'm configuring Make for the first time — which
buttons to press and what to paste where.

Why WABridges

Related guides