Skip to content

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):

FieldWhat to enter
Phone Number IDFrom your Meta WhatsApp Business account (this is an ID, not the phone number itself).
Access Token (secret)A Meta system-user access token.
Recipient phoneThe number to notify, international digits only (e.g. 15551234567).

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”
window.estageConnector('whatsapp', 'send_message', {
text: `New order from ${name}${total}`,
});
  • Order notifications to your business WhatsApp.
  • Lead alerts for high-intent forms (quotes, demos).

Republish your site after configuring.