cURL
curl --request POST \ --url https://api.botifiy.com/message/sendReaction/{instance} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data ' { "key": { "remoteJid": "<string>", "fromMe": true, "id": "<string>" }, "reaction": "<string>" } '
{ "key": { "remoteJid": "<string>", "fromMe": true, "id": "<string>" }, "message": { "reactionMessage": { "key": { "remoteJid": "<string>", "fromMe": true, "id": "<string>" }, "text": "<string>", "senderTimestampMs": "<string>" } }, "messageTimestamp": "<string>", "status": "<string>" }
Send reaction message
Name of the instance
Show child attributes
Reaction emoji
Created