Skip to content

v1.3.0 - Lark/Feishu Webhook Support

Choose a tag to compare

@777genius 777genius released this 24 Dec 13:56
· 291 commits to main since this release
30a2383

🎉 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

🌏 Supported Platforms

Works with both:

  • Lark (International) — open.larksuite.com
  • Feishu (飞书, China) — open.feishu.cn

Full Changelog: v1.2.2...v1.3.0