Skip to main content
POST
React to message

Authorizations

Authorization
string
header
required

Scoped API key created via POST /api/account/keys.

Path Parameters

session
string
required

Session name

Body

application/json

Reaction payload

chatId
string
required

Chat JID containing the message

Example:

"1234567890@s.whatsapp.net"

messageId
string
required

ID of the message to react to

Example:

"ABCDEF1234567890"

reaction
string

Emoji reaction (empty string to remove reaction)

Example:

"👍"

Response

OK

Simple success/failure response with no data payload

message
string

Human-readable result message

success
boolean

Whether the operation succeeded