Send a reaction to a specified instance.
POST/message/sendReaction/:instanceName
This endpoint allows users to send a reaction to a message.
Request
Path Parameters
instanceName stringrequired
The name of the instance to which the reaction should be sent.
Example: codechat
- application/json
Body
required
reactionMessage object
key object
remoteJid string
The ID of the recipient of the original message.
fromMe boolean
Indicates if the reaction was sent from the user.
id string
The ID of the original message.
reaction stringrequired
Possible values: <= 1 characters
Reaction character (e.g., emoji).
Responses
- 200
Successful response
- application/json
- Schema
Schema
- any
Loading...