Channels

post/api/v1/channels/wechat/connect

Request body

accountIdstring required

Response

Connected wechat channel

idstring required
botIdstring required
channelType'slack' | 'discord' | 'feishu' | 'dingtalk' | 'wecom' | 'wechat' | 'telegram' | 'whatsapp' | 'qqbot' required
accountIdstring required
status'pending' | 'connected' | 'disconnected' | 'error' required
teamNamestring nullable required
appIdstring nullable
botUserIdstring nullable
createdAtstring required
updatedAtstring required

Changes

Changed in 4 of the 31 revisions of this API.251

    • added the new dingtalk enum value to the channelType response property for the response status 200

      response-property-enum-value-added

    • added the new qqbot enum value to the channelType response property for the response status 200

      response-property-enum-value-added

    • added the new wecom enum value to the channelType response property for the response status 200

      response-property-enum-value-added

  • cefad9db507d12See the full diff
    • request body became required

      request-body-became-required

    • added the new telegram enum value to the channelType response property for the response status 200

      response-property-enum-value-added

    • added the new whatsapp enum value to the channelType response property for the response status 200

      response-property-enum-value-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation