---
title: "Adds a reaction to a message in Slack."
method: POST
path: "/reactMessage"
tags: ["message"]
---

# Adds a reaction to a message in Slack.

`POST /reactMessage`

Adds an emoji reaction to a specific message in a Slack channel. It requires the channel ID, message timestamp, and the name of the emoji reaction.

## Request body

- object
  - `body` object — Body of the reactMessage sls call
    - `arguments` object, required
      - `channelId` string, required — The ID of the channel where the message is. Channel IDs start with 'C'.
      - `timestamp` string, required — The timestamp of the message to react to.
      - `reaction` string, required — The name of the emoji to use for the reaction (e.g., "thumbsup").

## Response `200`

Successful response

- object
  - `ok` boolean, required — true if the request was successful.

## Other responses

- `400` — Bad request
- `500` — Server error

---

[API](https://skmtc.net/microfox-ai/apis/slack-d.md) · [All operations](https://skmtc.net/microfox-ai/apis/slack-d/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/microfox-ai/slack-d/versions/cd0edf0c2cdf/schema)
