---
title: "Forward Message"
method: POST
path: "/message/{message_id}/forward"
tags: ["message"]
---

# Forward Message

`POST /message/{message_id}/forward`

This endpoint forwards a message to other chats

## Headers

- `x-phone` string

## Request body

- object
  - `forward_chat_ids` string[], required — - Array of all the recipients - For groups, enter the chat_id of the group. This will be a string that ends with @g.us - For 1-1 chats, enter the country_code + number of the recipient e.g. 919537851844@c.us (The @c.us is optional)

## Response `204`

204 No Content

- 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)
