---
title: "Send a message to chat as a specific 3rd party bot/integration based on its access token"
method: POST
path: "/integrations/chat/send"
tags: ["External", "Chat"]
---

# Send a message to chat as a specific 3rd party bot/integration based on its access token

`POST /integrations/chat/send`

## Request body

- MessageEvent
  - `body` string

## Response `200`

Message sent successfully

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

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal Server Error
- `default` — Unexpected 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/d3510588e78e/schema)
