callback_url, Beem POSTs inbound user replies to that URL.
This is separate from template delivery reports, which track WhatsApp template message status.
Callback flow
Callback payload fields
Sample payloads
- Text reply
- Image reply
- Quick reply
Your server requirements
- Expose a public HTTPS endpoint.
- Accept
POSTwithContent-Type: application/json. - Return HTTP 200 to acknowledge receipt.
