---
title: "😎 React to a Message"
method: PUT
path: "/send-message/reaction"
---

# 😎 React to a Message

`PUT /send-message/reaction`

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.

## Request body

- object
  - `message_id` string, required — The message id ( get from chat detail )
  - `reaction` string, required — The message reaction ( must be emoji )

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` string
    - `status` string
    - `message` object
      - `id` string
      - `contact_id` string
      - `emoji` string
    - `timestamp` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/crunchz/apis/live.md) · [All operations](https://skmtc.net/crunchz/apis/live/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchz/live/versions/14e6b45e8808/schema)
