Files
nexus/wiki/entities/N8N.md

46 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "N8N"
type: entity
tags: [n8n, automation, workflow]
last_updated: 2026-04-14
---
# N8N
开源工作流自动化平台,支持节点连接执行任务。
## 基本信息
- **类型**:工作流自动化平台
- **开源协议**Apache-2.0
- **部署方式**Docker、本地安装、云端
- **特点**:可视化拖拽界面
## 核心概念
### 节点Node
工作流中的单个操作单元,分为五类:
- 触发器节点Trigger
- 动作节点Action
- 工具节点Utility
- 代码节点Code
- 高级AI节点Advanced AI
### 工作流Workflow
由多个节点按一定顺序执行的自动化流程。
### 与AI Agent集成
- [[n8n-mcp]]N8N的MCP服务器实现
- [[OpenClaw + n8n工作流编排]]通过webhook安全集成
- [[使用Claude自动生成N8N工作流]]
## 使用场景
详见各use case
- [[N8N Telegram Trigger配置]]
- [[N8N全教程构建AI Agent]]
- [[N8N工作流编排]]
## 相关链接
- [N8N官网](https://n8n.io/)
- [N8N文档](https://docs.n8n.io/)