n8n 中的代码(Code in n8n)#
n8n 是一个低代码工具。这意味着你可以在大多数情况下无需编写代码,然后在需要时再添加代码。
🌐 n8n is a low-code tool. This means you can do a lot without code, then add code when needed.
工作流中的代码(Code in your workflows)#
你可以在工作流程中的两个位置使用代码:
🌐 There are two places in your workflows where you can use code:
其他技术资源(Other technical resources)#
这些功能与技术用户相关。
🌐 These are features that are relevant to technical users.
技术节点(Technical nodes)#
n8n 提供核心节点,简化了添加关键功能(例如 API 请求、Webhook、调度和文件处理)的过程。
🌐 n8n provides core nodes, which simplify adding key functionality such as API requests, webhooks, scheduling, and file handling.
其他开发者资源(Other developer resources)#
-
n8n API
n8n 提供了一个 API,您可以通过编程方式执行许多在图形界面中可以完成的相同任务。工作流中有一个 n8n API 节点 可用于访问该 API。
-
自托管
你可以自行托管 n8n。这可以让你的数据保存在自己的基础设施上。
-
构建你自己的节点
你可以创建自定义节点,将它们安装到你的 n8n 实例中,并发布到 npm。