v1
latestOpenAPI 3.1.02026-07-14330101.9 KBπ React to a Message
This feature enables users to react to specific WhatsApp messages with emojis, mirroring WhatsAppβs in-app reaction feature. It provides a quick, non-verbal way to respond to messages, making communication more engaging and expressive. The React to a Message feature is useful for providing feedback in a lightweight manner, such as confirming receipt, showing approval, or indicating humor. It enhances user interaction without the need for a full text response.
put/send-message/reaction
Request body
Response
200
Example response
{
"success": true,
"message": "OK",
"data": {
"id": "3EB061DD61499F1BF00BAA",
"status": "PENDING",
"message": {
"id": "3A3729D867221FE0B9BD",
"contact_id": "6281357541790@s.whatsapp.net",
"emoji": "π"
},
"timestamp": "1725940864"
}
}