cURL
curl --request POST \ --url https://api.contiguity.com/send/whatsapp/reactions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "to": "+1234567890", "action": "add" }'
{ "id": "req_xxxxxxxxxxxxxxxx", "timestamp": 1755815097884, "api_version": "v2025.8.21", "object": "response", "data": { "status": "added", "message": "Reaction added for +1 555 555 5555" } }
Add or remove a reaction to a WhatsApp message
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object
Was this page helpful?