π New Feature: Lark/Feishu Webhook Integration
This release adds comprehensive support for Lark (ι£δΉ¦) webhooks, enabling notifications to be sent directly to Lark/Feishu group chats with beautiful interactive cards.
β¨ Highlights
- Interactive Card Messages β Rich card-based notifications with colored headers based on status
- Status-Colored Headers β Visual distinction for different notification types:
- π’ Green β Task Complete
- π‘ Yellow β Review Complete
- π΄ Red β Question (needs attention)
- π΅ Blue β Plan Ready
- Wide Screen Mode β Better readability on desktop clients
- Session ID Support β Track which session triggered the notification
π¦ Configuration
{
"webhook": {
"enabled": true,
"url": "https://open.larksuite.com/open-apis/bot/v2/hook/xxx",
"preset": "lark"
}
}π Documentation
- Lark Setup Guide β Complete setup instructions
- Webhook Configuration β All configuration options
π Supported Platforms
Works with both:
- Lark (International) β
open.larksuite.com - Feishu (ι£δΉ¦, China) β
open.feishu.cn
Full Changelog: v1.2.2...v1.3.0