Receive delivery reports

This webhook is triggered to notify you about the status of a message delivery. It provides detailed delivery reports including whether the message was:

  • Sent To WhatsApp
  • Sent To Customer
  • Delivered
  • Read
  • Failed Sending
  • Failed Delivery
  • Halted

The reports help in tracking and managing the status of outbound messages sent through the platform.

Payload
string
enum

The channel for which this event is received for, which is “whatsapp” in this case.

Allowed:
number

The Id of the account associated with the event

data
object
string

The event that occurred which triggered this notification, which is in this case: “wa.message.sent_to_whatsapp”

metadata
object
Response
200

Return a 200 status to indicate that the data was received successfully

LoadingLoading…