---
title: "Forward a message to multiple contacts"
method: POST
path: "/messages/forward"
tags: ["Messages"]
---

# Forward a message to multiple contacts

`POST /messages/forward`

REQUIRED SCOPES <code>['messages:write']</code>

## Request body

- object
  - `inbox_id` integer — ID of the inbox (team)
  - `message_id` integer — ID of the message to forward
  - `list_of_contacts` integer[] — Array of contact IDs to forward the message to

## Response `200`

Message forwarded successfully

- object
  - `message` string

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `422` — Unprocessable Entity

---

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