---
title: "Send Chat Message"
method: POST
path: "/bots/{botId}/chat/messages/"
tags: ["Commands"]
---

# Send Chat Message

`POST /bots/{botId}/chat/messages/`

Send a chat message to a specific bot.

## Path parameters

- `botId` string, required

## Request body

- object
  - `content` string, required
  - `locale` 'en' | 'en-US' | 'es' | 'es-419' | 'ar' | 'de' | 'fr' | 'he' | 'id' | 'it' | 'ja' | 'ko' | 'pl' | 'pt' | 'pt-BR' | 'ru' | 'th' | 'tr' | 'vi' | 'zh' | 'zh-Hant'

## Response `200`

Response for status 200

- object
  - `nonce` string, required
  - `botName` string
  - `content` string
  - `format` string, required

## Other responses

- `400` — Response for status 400

---

[API](https://skmtc.dev/fnlb/apis/fnlb-api-documentation.md) · [All operations](https://skmtc.dev/fnlb/apis/fnlb-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fnlb/fnlb-api-documentation/revisions/811ffc41210c/schema)
