Skip to main content
POST
React to message

Authorizations

apikey
string
header
required

Your Pilot Status API key (ps_...). Evolution GO also accepts Authorization: Bearer <key>.

Body

application/json
number
string
required

Recipient chat, as a phone in E.164 digits or a JID

Example:

"5511999999999"

reaction
string
required

Emoji to react with (send an empty string to remove the reaction)

Example:

"👍"

id
string
required

ID of the message to react to

Example:

"3EB0A1B2C3D4E5F6A7B8"

fromMe
boolean

Whether the target message was sent by you

Example:

false

participant
string

Author JID of the message (needed for group messages)

Example:

"5511988888888@s.whatsapp.net"

Response

Success — provider-native response body.

whatsmeow send result for the reaction, wrapped in the standard success envelope.

message
string

Always "success" on HTTP 200.

data
object

MessageSendStruct returned by the reaction send. Fields use Go PascalCase names (the struct has no JSON tags).