Receive Outbound Messages 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 Instagram
  • Failed Sending
  • 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 IG 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: “ig.message.sent_to_instagram”

metadata
object
Response
200

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

LoadingLoading…