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

# POST /api/v1/channels/wechat/connect

`POST /api/v1/channels/wechat/connect`

## Request body

- object
  - `accountId` string, required

## Response `200`

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

- `409` — Connection failed

## Changes

- **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 breaking, 2 warning
  - request body became required
  - added the new `telegram` enum value to the `channelType` response property for the response status `200`
  - added the new `whatsapp` enum value to the `channelType` response property for the response status `200`
- **2026-03-22** `b663242b0fcd` — 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/wechat/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)
