---
title: "Send a system message to a single client"
method: POST
path: "/integrations/chat/system/client/{clientId}"
tags: ["External", "Chat"]
---

# Send a system message to a single client

`POST /integrations/chat/system/client/{clientId}`

## Path parameters

- `clientId` integer, required

## Request body

- SystemMessage
  - `timestamp` string
  - `type` string
  - `id` string
  - `body` string

## Response `default`

Unexpected error

- BaseAPIResponse — Simple API response
  - `message` string
  - `success` boolean

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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