---
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

---

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