---
title: "POST /api/v1/channels/telegram/connect"
method: POST
path: "/api/v1/channels/telegram/connect"
tags: ["Channels"]
---

# POST /api/v1/channels/telegram/connect

`POST /api/v1/channels/telegram/connect`

## Request body

- object
  - `botToken` string, required

## Response `200`

Connected telegram channel

- object
  - `id` string, required
  - `botId` string, required
  - `channelType` 'slack' | 'discord' | 'feishu' | 'dingtalk' | 'wecom' | 'wechat' | 'telegram' | 'whatsapp' | 'qqbot', required
  - `accountId` string, required
  - `status` 'pending' | 'connected' | 'disconnected' | 'error', required
  - `teamName` string, nullable, required
  - `appId` string, nullable
  - `botUserId` string, nullable
  - `createdAt` string, required
  - `updatedAt` string, required

## Other responses

- `422` — Invalid credentials
- `502` — Upstream network or proxy failure
- `503` — Local runtime sync failed
- `504` — Upstream timeout

## Changes

- **2026-04-10** `fff1f5989aa5` — 5 info
  - added the non-success response with the status `422`
  - added the non-success response with the status `502`
  - added the non-success response with the status `503`
  - added the non-success response with the status `504`
  - …1 more
- **2026-04-02** `e5a2e2d06dbf` — 3 warning
  - added the new `dingtalk` enum value to the `channelType` response property for the response status `200`
  - added the new `qqbot` enum value to the `channelType` response property for the response status `200`
  - added the new `wecom` enum value to the `channelType` response property for the response status `200`
- **2026-03-26** `cefad9db507d` — 1 info
  - endpoint added
- **2026-03-19** `239b3cc94d80` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/nexu-io/apis/nexu-controller-api/changes/api/v1/channels/telegram/connect/post.md)

---

[API](https://skmtc.dev/nexu-io/apis/nexu-controller-api.md) · [All operations](https://skmtc.dev/nexu-io/apis/nexu-controller-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nexu-io/nexu-controller-api/revisions/ee3237405da6/schema)
