Skip to main content
POST
React to an Instagram direct message

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Path Parameters

id
string
required

Connected account ID

messageId
string
required

Instagram message ID to react to

Body

application/json

Participant and emoji

participant_id
string

ParticipantID is the IGSID of the other participant in the conversation.

Example:

"2287522528728101"

reaction
string

Reaction is the emoji to apply. Any emoji Instagram accepts, not a fixed list. Send the character itself, not a name like "love".

Example:

"πŸŽ‰"

Response

Reaction applied

success
boolean
Example:

true