feat: add Feishu/Lark community nodes to knowledge base#536
Open
aaronfu0713-lang wants to merge 1 commit intoczlonkowski:mainfrom
Open
feat: add Feishu/Lark community nodes to knowledge base#536aaronfu0713-lang wants to merge 1 commit intoczlonkowski:mainfrom
aaronfu0713-lang wants to merge 1 commit intoczlonkowski:mainfrom
Conversation
Add support for two high-quality Feishu (飞书) / Lark community nodes: - n8n-nodes-feishu-lark: Full-featured node with messaging, events, and AI streaming - n8n-nodes-feishu-lite: Comprehensive API coverage for data management These nodes are actively maintained and provide essential integrations for Feishu/Lark users in the Chinese market. Implementation: - Added fetchSpecificPackages() method to CommunityNodeFetcher - Added syncSpecificPackages() method to CommunityNodeService - Integrated specific package sync as Step 3 in syncCommunityNodes() Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Author
|
Hi @czlonkowski 👋 I've updated the PR description with comprehensive details: Key Updates:
The two nodes complement each other well:
Would you be able to review when you have a chance? Thank you! 🙏 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds two high-quality Feishu (飞书) / Lark community nodes to the n8n-MCP knowledge base. These nodes provide comprehensive integration capabilities for Feishu/Lark - a popular collaboration platform in China (international version: Lark).
Added Nodes
1. n8n-nodes-feishu-lark
Core Nodes:
usableAsTool: true- can be used as AI tool)Unique Features:
Resource Coverage:
2. n8n-nodes-feishu-lite
Core Node:
Resource Coverage:
Key Differences Between the Two Nodes
usableAsTool: trueRecommendation:
Motivation
Feishu (飞书) is a major collaboration platform in China with millions of users. These community nodes provide essential integrations that are actively maintained with regular updates.
Current Problem: Users cannot discover these nodes through n8n-MCP's
search_nodestool, which limits their ability to build Feishu-related workflows.After this PR: Users can:
search_nodes({query: "feishu"})orsearch_nodes({query: "lark"})get_nodeChanges
fetchSpecificPackages()method toCommunityNodeFetcherfor fetching specific packages by namesyncSpecificPackages()method toCommunityNodeServiceto process and save specific packagessyncCommunityNodes()workflowTesting
Local Testing ✅
Unit Tests ✅
tests/unit/community/community-node-service.test.ts- 37 tests passedIntegration Tests⚠️
The CI shows integration test failures, but these are NOT caused by this PR:
Failing tests are all n8n-api integration tests:
tests/integration/n8n-api/workflows/smart-parameters.test.ts(20 failed)tests/integration/n8n-api/workflows/update-partial-workflow.test.ts(26 failed)tests/integration/n8n-api/workflows/autofix-workflow.test.ts(15 failed)tests/integration/n8n-api/workflows/create-workflow.test.ts(8 failed)tests/integration/n8n-api/workflows/list-workflows.test.ts(13 failed)Root Cause: These tests require a live n8n instance connection (
N8N_API_URLandN8N_API_KEY), which is not configured in the PR CI environment. All failures showexpected false to be truewhich indicates the n8n API is not available.Evidence:
Checklist
Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en