---
title: "😍 React to message"
method: PUT
path: "/messages/{MessageID}/reaction"
tags: ["Messages"]
---

# 😍 React to message

`PUT /messages/{MessageID}/reaction`

In this method you will be able to react to messages that were sent or received by you. You will need to specify the ID of the message you will respond to, as well as [the emoji](https://support.whapi.cloud/help-desk/sending/send-emoji)

## Path parameters

- `MessageID` string, required — Message ID

## Request body

- ReactToMessage — Leave blank to remove the reaction.
  - `emoji` string — Reaction text

## Response `200`

OK

- ResponseSuccess
  - `success` boolean

## Other responses

- `400` — Wrong request parameters
- `401` — Need channel authorization for react to message
- `402` — Trial version limit exceeded
- `404` — Specified message not found
- `500` — Internal Error

---

[API](https://skmtc.net/whapi/apis/whatsapp-api.md) · [All operations](https://skmtc.net/whapi/apis/whatsapp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whapi/whatsapp-api/versions/40ab05abffdb/schema)
