WhatsApp connector
Send WhatsApp messages from your site through Meta’s Cloud API — order and lead notifications straight to a WhatsApp number.
In Settings → Connectors → WhatsApp (you’ll need a Meta WhatsApp Business setup):
| Field | What to enter |
|---|---|
| Phone Number ID | From your Meta WhatsApp Business account (this is an ID, not the phone number itself). |
| Access Token (secret) | A Meta system-user access token. |
| Recipient phone | The number to notify, international digits only (e.g. 15551234567). |
Example prompts
Section titled “Example prompts”Just describe it — no special syntax needed. For example:
- “message me on WhatsApp when a new order comes in, with the buyer’s name and total”
- “notify my business WhatsApp number when someone submits the quote form”
- “send a WhatsApp message on every successful booking”
What gets wired
Section titled “What gets wired”window.estageConnector('whatsapp', 'send_message', { text: `New order from ${name} — ${total}`,});Use cases
Section titled “Use cases”- Order notifications to your business WhatsApp.
- Lead alerts for high-intent forms (quotes, demos).
Republish your site after configuring.