Skip to main content
When you send a session message with a 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


Your server requirements

  • Expose a public HTTPS endpoint.
  • Accept POST with Content-Type: application/json.
  • Return HTTP 200 to acknowledge receipt.
See the Receive a message API reference for the full webhook schema.