WhatsApp is available on the Mini and Pro plans only.
Prerequisites
Before you start, make sure you have:- A WhatsApp Business API account (via Meta’s Cloud API or a BSP).
- A Meta App in the Meta Developer Portal with WhatsApp webhook permissions enabled.
- Your Phone Number ID and a valid Access Token from the Meta App dashboard.
Setup
Create the WhatsApp channel in PingBack
Send a The response includes a
POST request to /api/v1/channels/ with type set to "whatsapp" and your WhatsApp credentials in the config object._meta_setup_instructions object with the values you need for the next step.Configure the webhook in your Meta App
In your Meta App’s WhatsApp > Configuration section, set the following:
Then subscribe to the
| Field | Value |
|---|---|
| Callback URL | https://api.pingback.live/api/v1/webhooks/whatsapp |
| Verify token | pingback_verify |
messages webhook field and click Verify and Save.