Make.com Integration

WhatsApp + Make.com

No custom Make app needed. The built-in HTTP module — available on every Make plan, including free — is enough to call this API from any scenario.

Set It Up (5 minutes)

1

Create a new Scenario

Pick any trigger module — a new row in Google Sheets, a new deal in your CRM, a new order — whatever starts the automation.

2

Add an HTTP module

Search for "HTTP" and choose "Make a request." Method: POST. URL: https://whatsapp-messaging-bot.p.rapidapi.com/v1/sendText.

3

Set headers and body type

Headers: x-rapidapi-key, x-rapidapi-host, Content-Type: application/json. Body type: Raw / JSON.

4

Map the JSON body

chatId and text come from the trigger module's output bubbles — click to insert them, no manual typing.

Example Request Body

{
  "chatId": "{{1.phone_number}}",
  "text": "Order #{{1.order_id}} confirmed!",
  "session": "default"
}

What People Build With This

New Google Sheets row → WhatsApp notification
Stripe payment received → WhatsApp receipt
Airtable record created → WhatsApp alert to your team
RSS feed update → WhatsApp broadcast to a channel

Full Walkthrough

No-Code WhatsApp Automation with Zapier & Make.com

Step-by-step for 5 real automations, including error handling and rate limits.

Get Your API Key

Free tier, no credit card. You'll have a working scenario in under 10 minutes.

Try Free on RapidAPI