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

## Changes

- **2023-10-10** `2cc888f16c4c` — 1 info
  - endpoint added
- **2023-04-05** `5c2950789c4c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/pplink/apis/pagecall-public-api-openapi-3-0/changes/rooms/:room_id/message/post.md)

---

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