---
title: "send_forward_message"
method: POST
path: "/{instance_id}/api/v1/send_forward_message"
---

# send_forward_message

`POST /{instance_id}/api/v1/send_forward_message`

Encaminha uma mensagem

## Path parameters

- `instance_id` string, required

## Request body

- object
  - `number` string, required — Número do WhatsApp do destinatário (ex: `11953907197`)
  - `forward_id` string, required — ID da mensagem a ser encaminhada (ex: `3EB0D2C0DF1DB21406FF`)

## Response `200`

200

- object
  - `message` string
  - `resposeMessage` object
    - `id` string
    - `timestamp` string
  - `status` boolean

## Other responses

- `400` — 400
- `401` — 401
- `500` — 500

---

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