---
title: "React to Message"
method: POST
path: "/message/{message_id}/react"
tags: ["message"]
---

# React to Message

`POST /message/{message_id}/react`

This endpoint reacts to a message based on the `message_id` or `queue_id`

## Headers

- `x-phone` string

## Request body

- object
  - `reaction` string, required — The emoji to be added to the message

## Response `204`

204

- object — _204 No Content_

---

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