---
title: "Send a message to the paired Telegram chat"
method: POST
path: "/v1/capabilities/telegram/send-message"
tags: ["Capability Sources"]
---

# Send a message to the paired Telegram chat

`POST /v1/capabilities/telegram/send-message`

Sends text only to the organization connection's paired private chat. The caller cannot supply an arbitrary Telegram chat id.

## Request body

- object
  - `text` string, required

## Response `200`

Telegram message sent.

- TelegramSendResponse
  - `ok` true, required
  - `messageIds` integer[], required

## Other responses

- `400` — The message was invalid.
- `401` — The caller must be signed in.
- `409` — Telegram is not connected or paired.
- `502` — Telegram rejected the message.

---

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