Connecting a WhatsApp Business number routes inbound messages into your PingBack inbox. Agents can reply directly from PingBack, and replies are delivered back to customers on WhatsApp.Documentation Index
Fetch the complete documentation index at: https://docs.pingback.live/llms.txt
Use this file to discover all available pages before exploring further.
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.