Chat SDK adds Lark and Feishu support
The Chat SDK now supports Lark and Feishu via a new vendor-official adapter, enabling bots to post, edit, and delete messages, stream replies using Lark's native cardkit typewriter API, and send interactive cards and emoji reactions. The adapter uses WebSocket transport so bots can run from any long-running Node process without requiring an HTTP webhook endpoint.
Chat SDK now supports Lark and Feishu via a new .vendor-official adapter
Build bots that post, edit, and delete messages, stream replies via Lark's native cardkit typewriter API, send interactive cards, and react with emojis across both Lark and Feishu conversations.
The adapter connects over Lark's WebSocket transport, so bots run from any long-running Node process without exposing an HTTP webhook endpoint.
Source: original entry ↗