WhatsApp API for Make
WireWeb works with Make scenarios through HTTP modules and webhook triggers, making it practical to automate WhatsApp messages across CRMs, forms, Shopify orders, payment tools, and support workflows.
Make scenario setup
Send scenario
- Start with a trigger module such as Shopify, HubSpot, Google Sheets, Stripe, or a custom webhook.
- Add filters to avoid sending messages on the wrong status.
- Add an HTTP module and call the WireWeb send endpoint.
- Save the response message ID for logs or CRM notes.
Receive scenario
- Create a custom webhook in Make.
- Use that URL as the WireWeb webhook destination.
- Parse the event payload and route by session, sender, or message text.
- Create downstream actions in CRM, support, Slack, sheets, or email.
HTTP module request example
POST https://api.wireweb.co.in/v1/messages/send
Headers:
Content-Type: application/json
X-API-Key: ww_live_your_api_key
Body:
{
"session_id": "ww_sess_123",
"to": "{{1.customer_phone}}",
"type": "text",
"message": "Hi {{1.first_name}}, your request {{1.request_id}} has been received."
}
Make workflows that fit WireWeb
Router-based support
Send incoming replies to different teams based on keyword, customer segment, or order status.
Payment reminders
Trigger WhatsApp reminders from Stripe, Razorpay, invoices, or spreadsheet dates.
Order operations
Connect Shopify, WooCommerce, logistics tools, and WhatsApp notifications in one scenario.
Lead follow-up
Send instant WhatsApp responses when a lead enters your CRM or form tool.
Data enrichment
Format names, phone numbers, language, and templates before sending messages.
Webhook logging
Store inbound and outbound events in sheets, databases, or internal dashboards.