cURL
Example 1
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 ' { "messageId": "[email protected]_3EB08F6AD2A432386EFA0E", "reaction": "👍" } '
{ "key": { "remoteJid": "[email protected]", "fromMe": true, "id": "3EB089F063C03E43EECE9D" }, "message": { "reactionMessage": { "key": { "remoteJid": "[email protected]", "fromMe": false, "id": "3EB08F6AD2A432386EFA0E" }, "text": "👍", "senderTimestampMs": 1741410470848 } }, "messageTimestamp": 1741390160, "status": "PENDING" }
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