Receive Instagram Direct Message

This webhook is triggered whenever a new direct message is received on your Instagram channel. It provides the content of the incoming message, whether it was text, image, or video, and any associated metadata. This enables you to process and respond to customer messages in real-time.

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.message.received”

Allowed:
number

The Id of the account associated with the event

data
metadata
object
Response
200

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

LoadingLoading…