---
title: "Send Reaction"
method: POST
path: "/message/sendReaction/{instance}"
tags: ["Message Controller"]
---

# Send Reaction

`POST /message/sendReaction/{instance}`

Send Reaction

## Path parameters

- `instance` string, required

## Request body

- object
  - `reactionMessage` object
    - `key` object
      - `remoteJid` string — Chat contact or group remote JID
      - `fromMe` boolean — If the message was sent by the instance owner or not
      - `id` string — Message ID
    - `reaction` string — Reaction emoji

## Response `201`

Created

- object
  - `key` object — The key of the message, which identifies the message in the chat.
    - `remoteJid` string — The remote Jid.
    - `fromMe` boolean — Indicates whether the message was sent by the user.
    - `id` string — The ID of the message.
  - `message` object — The message content, which may include various types of messages like text, images, reaction, etc.
    - `reactionMessage` object — Details of the reaction message.
      - `key` object — The key of the original message to which the reaction is linked.
        - `remoteJid` string — The remote Jid of the original message.
        - `fromMe` boolean — Indicates whether the original message was sent by the user.
        - `id` string — The ID of the original message.
      - `text` string — The reaction text or emoji.
      - `senderTimestampMs` string — The timestamp when the reaction was sent, in milliseconds.
  - `messageTimestamp` string — The timestamp of the message, represented as a string.
  - `status` string — The status of the message, such as sent, received, or pending.

---

[API](https://skmtc.net/evolution-foundation/apis/evolution-api.md) · [All operations](https://skmtc.net/evolution-foundation/apis/evolution-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evolution-foundation/evolution-api/versions/00c3876a43bd/schema)
