---
title: "React a message"
method: POST
path: "/message/react"
tags: ["Message"]
---

# React a message

`POST /message/react`

React to a message with support for fromMe field and participant field for group messages

## Request body

- GithubComEvolutionAPIEvolutionGoPkgMessageServiceReactStruct
  - `fromMe` boolean
  - `id` string
  - `number` string
  - `participant` string
  - `reaction` string

## Response `200`

success

- GinH

## Other responses

- `400` — Error on validation
- `500` — Internal server error

---

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