---
title: "Sends a reply to a message that includes @mentions"
method: POST
path: "/api/messages/sendReplyWithMentions"
tags: ["messages"]
---

# Sends a reply to a message that includes @mentions

`POST /api/messages/sendReplyWithMentions`

Sends a reply to a message that includes @mentions

## Request body

- object
  - `to` string, required — Recipient chat ID
  - `content` string, required — Message content
  - `replyMessageId` string, required — Message ID
  - `hideTags` boolean — Removes all tags within the message
  - `mentions` string[] — List of mentioned contact IDs

## Response `200`

Successful response

- union
  - object
    - `_serialized` string, required
  - boolean

## Other responses

- `400` — Validation error
- `500` — Internal server error

---

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