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.
We keep the number online and hand you every event. You write the part in the middle.
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.
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.
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.
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.
Every loop below is the one above with your own logic in the middle.
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.
What you get on the WhatsApp side, whatever you build on yours.
Other guides that build on the loop you just read.
Choosing a provider? See how WABridges compares to Twilio, 360dialog, and other WhatsApp API providers.