[PR #50] [MERGED] feat: add lark notify plugin #561

Closed
opened 2026-02-22 17:32:37 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/50
Author: @opsworld30
Created: 2/20/2025
Status: Merged
Merged: 2/27/2025
Merged by: @LogicOber

Base: mainHead: feature/lark-notify


📝 Commits (10+)

  • b45ada2 feat: add lark notify plugin
  • b07681e refactor: split lark notify into text and card tools
  • 70f7b8d chore: remove old lark notify tool files
  • 2f396f8 chore: update lark notify package to v0.0.2
  • 6633002 docs: add privacy policy for lark notify plugin
  • 546cf43 chore: reduce memory limit to 1MB for lark notify plugin
  • 2562a5b refactor: update according to review comments
  • ea966b8 refactor: update according to review comments
  • 32c2c49 docs: update README and PRIVACY docs
  • de00662 refactor: update lark_notify to only include .difypkg file

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

opsworld30/lark_notify/lark_notify.difypkg (+0 -0)

📄 Description

This plugin allows sending notifications to Lark group chats through webhooks. Features include:

  • Support for text and card messages
  • Multiple card types and layouts
  • Multi-language support (en_US, zh_Hans, ja_JP, pt_BR)
  • Automatic message splitting for long content

Test cases:

  • Tested text message sending
  • Tested card message with different types and layouts
  • Verified webhook integration
  • Confirmed multi-language support

Plugin Submission Form

1. Submission Type

  • New plugin submission
  • Version update for existing plugin

2. Description

The Lark Notify plugin enables users to send notifications to Lark group chats through webhooks. It supports both text and card messages with various customization options, making it ideal for team notifications, alerts, and general communication.

3. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

4. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details

5. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

The plugin only collects the following necessary information:

  1. Lark Bot Webhook URL (for message delivery)
  2. Message content (provided by users for sending)

No personal user data is collected or stored. All data is used solely for message delivery purposes.

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/50 **Author:** [@opsworld30](https://github.com/opsworld30) **Created:** 2/20/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@LogicOber](https://github.com/LogicOber) **Base:** `main` ← **Head:** `feature/lark-notify` --- ### 📝 Commits (10+) - [`b45ada2`](https://github.com/langgenius/dify-plugins/commit/b45ada2a06399a3671b838c3a00b0e2f99f1cdfb) feat: add lark notify plugin - [`b07681e`](https://github.com/langgenius/dify-plugins/commit/b07681e427d0bd49ccfe66d60fcaf764b5e3fe19) refactor: split lark notify into text and card tools - [`70f7b8d`](https://github.com/langgenius/dify-plugins/commit/70f7b8d7eee2228180a8f5f8934e1341534c5eca) chore: remove old lark notify tool files - [`2f396f8`](https://github.com/langgenius/dify-plugins/commit/2f396f82909f2240dc19c1479e999074d6654d25) chore: update lark notify package to v0.0.2 - [`6633002`](https://github.com/langgenius/dify-plugins/commit/66330022d01028074e914e5dd5b427d5cede312a) docs: add privacy policy for lark notify plugin - [`546cf43`](https://github.com/langgenius/dify-plugins/commit/546cf43ec2c9931659d5880f1e2778092bf0f5a6) chore: reduce memory limit to 1MB for lark notify plugin - [`2562a5b`](https://github.com/langgenius/dify-plugins/commit/2562a5b13f9ac4f5cfa5065acf806bfd47d3f3f9) refactor: update according to review comments - [`ea966b8`](https://github.com/langgenius/dify-plugins/commit/ea966b831f14613e49956c2461037a0e032ebd55) refactor: update according to review comments - [`32c2c49`](https://github.com/langgenius/dify-plugins/commit/32c2c49d9d1cfe3f94340c8a589053598b75cca3) docs: update README and PRIVACY docs - [`de00662`](https://github.com/langgenius/dify-plugins/commit/de00662113e5078ba8bda1e1d763c1f077a42fb6) refactor: update lark_notify to only include .difypkg file ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `opsworld30/lark_notify/lark_notify.difypkg` (+0 -0) </details> ### 📄 Description This plugin allows sending notifications to Lark group chats through webhooks. Features include: - Support for text and card messages - Multiple card types and layouts - Multi-language support (en_US, zh_Hans, ja_JP, pt_BR) - Automatic message splitting for long content Test cases: - Tested text message sending - Tested card message with different types and layouts - Verified webhook integration - Confirmed multi-language support # Plugin Submission Form ## 1. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 2. Description The Lark Notify plugin enables users to send notifications to Lark group chats through webhooks. It supports both text and card messages with various customization options, making it ideal for team notifications, alerts, and general communication. ## 3. Checklist - [x] I have read and followed the Publish to Dify Marketplace guidelines - [x] I have read and comply with the Plugin Developer Agreement - [x] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [x] I confirm my plugin has been thoroughly tested for completeness and functionality - [x] My plugin brings new value to Dify ## 4. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [x] Step-by-step setup instructions - [x] Detailed usage instructions - [x] All required APIs and credentials are clearly listed - [x] Connection requirements and configuration details ## 5. Privacy Protection Information Based on Dify Plugin Privacy Protection Guidelines: ### Data Collection The plugin only collects the following necessary information: 1. Lark Bot Webhook URL (for message delivery) 2. Message content (provided by users for sending) No personal user data is collected or stored. All data is used solely for message delivery purposes. ### Privacy Policy - [x] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 17:32:37 -05:00
yindo closed this issue 2026-02-22 17:32:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#561