Developers
Webhooks
Receive WhatsApp delivery events from Meta.
Each WhatsApp provider account gets a unique webhook URL. Meta verifies ownership with your verify token, then posts message status updates.
- GET /api/v1/webhooks/whatsapp/:providerAccountId — verification challenge
- POST /api/v1/webhooks/whatsapp/:providerAccountId — event delivery
- Use App Secret for signature validation in production
https://api.example.com/api/v1/webhooks/whatsapp/<provider-account-id>