Receive Delete Event for an Instagram Outbound Direct Message

This webhook is triggered when you delete (unsend) a message in an Instagram conversation. This event is currently supported only through the Instagram mobile app

Payload
string
enum

The channel for which this event is received for, which is IG in this case.

Allowed:
string
enum

The event that occurred which triggered this notification, which is in this case: “ig.outboundmessage.deleted”

Allowed:
number

The Id of the account associated with the event

data
object
metadata
object
Response
200

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

LoadingLoading…