---
title: "Send a reaction to a message"
method: POST
path: "/message/sendReaction/{instance}"
tags: ["Message"]
---

# Send a reaction to a message

`POST /message/sendReaction/{instance}`

Sends an emoji reaction to a specific message identified by its key

## Path parameters

- `instance` string, required

## Request body

- DtoSendReactionRequest
  - `key` object
    - `fromMe` boolean, required
    - `id` string, required
    - `remoteJid` string, required
  - `reaction` string

## Response `200`

OK

- DtoSendReactionResponse
  - `contextInfo` unknown
  - `instanceId` string
  - `key` DtoMessageResponseKey
    - `fromMe` boolean
    - `id` string
    - `remoteJid` string
  - `messageTimestamp` integer
  - `messageType` string
  - `source` string
  - `status` string

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/verbeux-ai/apis/whatsmiau-api.md) · [All operations](https://skmtc.net/verbeux-ai/apis/whatsmiau-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verbeux-ai/whatsmiau-api/versions/5af3cb49985a/schema)
