๐ V2 is here! Upgrade to our new API with queued requests for better reliability and performance. V1 will be deprecated on February 1, 2026. Learn about V2 โ
cURL
curl --request PUT \ --url https://app.hypersender.com/api/whatsapp/v1/{instance}/react-to-message \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "chatId": "[email protected]", "messageId": "<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>" }
Add a reaction to a message.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"application/json"
"{{ instance_id }}"
"[email protected]"
Message ID
Reaction to add
Successful response
Show child attributes