Files
nexus/wiki/entities/n8n.md
2026-04-22 16:03:25 +08:00

24 lines
743 B
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: [workflow-automation, open-source, self-hosted]
last_updated: 2025-12-31
---
## Overview
**N8N**(发音 "n-eight-n"是一款开源的工作流自动化工具支持通过可视化节点编辑器连接各种服务、API 和数据库,实现业务流程自动化。
## Key Features
- 开源免费,可自托管
- 可视化节点编辑器
- 支持 400+ 预置集成节点
- 支持 Webhook 触发
- 支持条件分支、循环、错误处理
- 支持代码执行节点JavaScript / Python
- 可与 AI 模型集成Claude、OpenAI、LangChain 等)
## Related
- [[n8n-mcp]] — Claude 与 N8N 的连接桥梁
- [[工作流自动化]] — 相关概念
- [[Webhook]] — N8N 常用触发方式