---
title: "Send a message to a room"
method: POST
path: "/rooms/{room_id}/message"
tags: ["user"]
---

# Send a message to a room

`POST /rooms/{room_id}/message`

Send a message to live sessions in a room

## Request body

- object
  - `message` string, required

## Response `200`

Successful operation

- object
  - `message` string

## Other responses

- `400` — Invalid Parameters Supplied or Unauthenticated or Unauthorized
- `500` — Validation exception

---

[API](https://skmtc.net/pplink/apis/pagecall-public-api-openapi-3-0.md) · [All operations](https://skmtc.net/pplink/apis/pagecall-public-api-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pplink/pagecall-public-api-openapi-3-0/revisions/c6a9d7e46d2a/schema)
