npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-feishus

v1.0.3

Published

飞书多维表格集成

Downloads

41

Readme

🧾 n8n-nodes-feishu 插件介绍

n8n-nodes-feishu 是一款为 n8n 自动化平台打造的自定义插件,支持与 飞书多维表格(Feishu Bitable) 的无缝集成,帮助你在工作流中读写飞书表格数据,实现数据自动同步、项目协作、业务联动等多种自动化场景。


✨ 插件亮点功能

📄 读取表格数据 支持按条件筛选、分页读取飞书 Bitable 中的数据,适合自动分析与汇总。

🧩 创建/更新记录 支持向多维表格自动写入数据,也可以通过主键更新已有记录,实现数据双向同步。

🧹 删除记录 可在流程中批量删除满足条件的记录,用于定期清理或数据重构。

🔗 无缝工作流触发 结合 n8n 的定时器、Webhook、表单等触发器,可构建数据驱动型自动化系统。


🔐 鉴权方式

插件支持使用飞书开放平台的 自建应用 App ID 与 App Secret 进行 OAuth2 或 Tenant Access Token 鉴权:

  • 在飞书开放平台创建自建应用,开启「多维表格」权限(bitable:app、bitable:record 等)
  • 获取 app_idapp_secret
  • 在 n8n 中创建 Feishu Credentials,插件节点将自动带入访问令牌调用接口

🧩 使用场景举例

  • 📊 自动填表:从第三方表单(如 Typeform)收集数据并写入飞书 Bitable
  • 🧠 CRM 联动:将用户行为数据写入飞书表格,构建低成本客户管理系统
  • 📤 数据同步:定时同步 MySQL / Notion / Airtable 数据到飞书多维表格
  • 🧹 自动清理:每天定时删除已过期的记录或归档旧内容
  • 🔔 状态提醒:根据飞书表格中字段变化,自动发送通知到飞书群聊 / 邮箱