Files
nexus/wiki/concepts/N8N-节点.md

37 lines
1.1 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: concept
tags: [n8n, workflow, node]
---
## Definition
N8n 工作流自动化平台的基本构建单元。每个节点执行特定任务,通过可视化方式连接形成完整的工作流。
## Node Types节点类型
### 1. Trigger触发器
- 触发工作流执行的入口
- 示例Webhook、Telegram、Schedule
### 2. Action操作节点
- 执行具体的操作
- 示例:发送邮件、写入数据库
### 3. Utility工具节点
- 数据转换和处理
- 示例JSON、Date Time、Item Lists
### 4. Code代码节点
- 自定义 JavaScript/Python 代码
- 实现复杂逻辑
### 5. Advanced AI高级 AI 节点)
- AI Agent 专用节点
- 支持 LLM 调用、工具调用、记忆模块
## Importance
节点分类使自动化工作流设计更加结构化和高效。理解每种节点的作用是构建有效 AI Agent 的前提。
## Connected Pages
- [[n8n]] — 使用节点构建工作流
- [[N8N Full Tutorial Building AI Agents in 2025 for Beginners!]] — 教程详细解释了节点分类