cURL
curl --request POST \ --url https://api.flowmod.ai/message/sendReaction/{instanceName} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data ' { "reactionMessage": { "key": { "id": "<string>", "fromMe": true, "remoteJid": "<string>" }, "text": "👍" } } '
{ "status": 201, "error": false, "response": { "key": { "id": "<string>", "fromMe": true, "remoteJid": "<string>" }, "message": {}, "messageTimestamp": 123, "status": "PENDING", "pushName": "<string>" } }
Send an emoji reaction to a message
Organization-specific API key for Evolution API access
Show child attributes
Unique message identifier
Whether message was sent by the instance
WhatsApp JID of recipient/group
Emoji reaction to send
"👍"
Reaction sent successfully
201
false
Message content object
Unix timestamp of message
Message delivery status
PENDING
SENT
RECEIVED
READ
Display name of sender