Files
Yeuoly c0c30d9378 feat: add comprehensive Lark trigger events implementation
Add Lark/Feishu webhook trigger with 10 event handlers:
- IM events: messages, member changes, reactions, read receipts
- Calendar events: event changes
- Approval events: approval status updates
- Drive events: file creation
- Contact events: employee onboarding, department creation

All events properly extract fields from Lark SDK models with:
- Explicit field declarations (no __dict__ usage)
- Correct data types (integers/booleans preserved)
- Human-friendly labels in EN/ZH/JA languages
- Organized subdirectory structure by domain

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-13 19:10:15 +08:00

38 lines
1.0 KiB
YAML

author: langgenius
created_at: "2024-09-20T08:03:44.658609186Z"
description:
en_US: Lark is a productivity superapp for teams. Get chat, docs, meetings, workflow automations & AI for free all in one place.
ja_JP: Larkはチームの生産性向上を目的としたスーパーアプリです。チャット、ドキュメント、ミーティング、ワークフローオートメーション、AIを無料ですべての場所で利用できます。
zh_Hans: Lark是一个团队生产力超级应用。免费获取聊天、文档、会议、工作流自动化和AI。
icon: icon.png
label:
en_US: Lark
ja_JP: Lark
zh_Hans: Lark
meta:
arch:
- amd64
- arm64
runner:
entrypoint: main
language: python
version: "3.12"
version: 0.0.1
minimum_dify_version: 1.10.0
name: lark
plugins:
triggers:
- provider/lark.yaml
resource:
memory: 1048576
permission:
model:
enabled: true
llm: true
tool:
enabled: true
tags:
- utilities
type: plugin
version: 0.0.1