Skip to main content
POST
React to a Facebook Messenger 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

Messenger message ID to react to

Body

application/json

Participant and emoji

participant_id
string

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

Example:

"3891234567890123"

reaction
string

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

Example:

"πŸŽ‰"

Response

Reaction applied

success
boolean
Example:

true