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

message_idstring required

The message id ( get from chat detail )

reactionstring required

The message reaction ( must be emoji )

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "OK",
  "data": {
    "id": "3EB061DD61499F1BF00BAA",
    "status": "PENDING",
    "message": {
      "id": "3A3729D867221FE0B9BD",
      "contact_id": "6281357541790@s.whatsapp.net",
      "emoji": "😍"
    },
    "timestamp": "1725940864"
  }
}