人工介入
高级
这是一个自动化工作流,包含 16 个节点。主要使用 Set, Telegram, GoogleSheets, Agent, TelegramTrigger 等节点。 通过 Telegram 和 GPT 生成需人工批准的 AI LinkedIn 帖子
前置要求
- •Telegram Bot Token
- •Google Sheets API 凭证
- •OpenAI API Key
使用的节点 (16)
分类
-
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "oXYAKSV0dFJb8Ms8",
"meta": {
"instanceId": "6f81894254c2852bfe28b07fc1f6652b03481706dd714d6609cc88e8521956d2",
"templateCredsSetupCompleted": true
},
"name": "人工介入",
"tags": [],
"nodes": [
{
"id": "f5f19acd-b1cc-4a0d-ad57-c8c15d0153af",
"name": "Telegram 触发器",
"type": "n8n-nodes-base.telegramTrigger",
"position": [
-896,
16
],
"webhookId": "6ab6d9c3-588a-4ccc-8ab1-25c853646551",
"parameters": {
"updates": [
"message"
],
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "R8MxydxKB0c8ESf3",
"name": "n8nyasser_bot"
}
},
"typeVersion": 1.2
},
{
"id": "cbefc8a8-7cdd-4b9b-91e3-cc658cd29a1e",
"name": "AI 代理",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-688,
16
],
"parameters": {
"text": "={{ $json.message.text }}",
"options": {
"systemMessage": "=# Overview\nYou are a linkedin post generator. You will be given a topic to write about and your role is to search the web using the tavily tool and write the final post ready for launch.\n\n## Instructions\n-the post must be valuable and not only talknig about some general information\n-the post must contain atleast 5 hashtags at the bottom related to the topic the post is about."
},
"promptType": "define"
},
"typeVersion": 2.2
},
{
"id": "9147f506-9c74-4cea-b544-f50e7c4f9e23",
"name": "Tavily 工具",
"type": "@tavily/n8n-nodes-tavily.tavilyTool",
"position": [
-576,
208
],
"parameters": {
"query": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Query', ``, 'string') }}",
"options": {
"topic": "general",
"max_results": 3,
"search_depth": "advanced"
},
"descriptionType": "manual",
"toolDescription": "use this tool to search the web"
},
"credentials": {
"tavilyApi": {
"id": "BksvcI6kZKRqXvZS",
"name": "Tavily cred"
}
},
"typeVersion": 1
},
{
"id": "b08e2dae-dc5c-4551-a1b8-389420451d30",
"name": "编辑字段",
"type": "n8n-nodes-base.set",
"position": [
-336,
16
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "5b135ea8-7c59-4042-b266-c34fdac1130e",
"name": "post",
"type": "string",
"value": "={{ $json.output }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "824ac422-255c-4e19-871b-d14c74a5da48",
"name": "发送短信",
"type": "n8n-nodes-base.telegram",
"position": [
-128,
16
],
"webhookId": "54f47618-2173-4b1d-8d57-439e86fbb4ab",
"parameters": {
"chatId": "={{ $('Telegram Trigger').item.json.message.chat.id }}",
"message": "=Good to go?\n\n\n{{ $json.post }}",
"options": {
"appendAttribution": false
},
"operation": "sendAndWait",
"responseType": "freeText"
},
"credentials": {
"telegramApi": {
"id": "R8MxydxKB0c8ESf3",
"name": "n8nyasser_bot"
}
},
"typeVersion": 1.2
},
{
"id": "95749da9-5818-4bb0-977f-10aeb189d83c",
"name": "文本分类器",
"type": "@n8n/n8n-nodes-langchain.textClassifier",
"position": [
80,
16
],
"parameters": {
"options": {},
"inputText": "={{ $json.data.text }}",
"categories": {
"categories": [
{
"category": "Approved",
"description": "=the post has been reviewed and got approval by the user and no feedback given. The approval from user maybe something like: Good to go, Send it, OK, etc."
},
{
"category": "Denied",
"description": "=The post got reviewed and the user gave feedback to edit the post or didn't like the post. It maybe something like: Make it shorter, delete part, add something, etc."
}
]
}
},
"typeVersion": 1.1
},
{
"id": "207c61cc-ab91-494f-b32c-d8183bd2cc9f",
"name": "基础LLM链",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
528,
208
],
"parameters": {
"text": "=the post to revise:{{ $('Edit Fields').item.json.post }}\n\nthe human feedback:{{ $('Send a text message').item.json.data.text }}",
"batching": {},
"messages": {
"messageValues": [
{
"message": "=# Overview\nYou are a linkedin expert writer. Your job is to take the incoming post and revise it based on the human feedback.\n\n## Instructions\nOnly output the body of the post"
}
]
},
"promptType": "define"
},
"typeVersion": 1.7
},
{
"id": "b80c6614-23a2-45ad-9e70-00790f03faff",
"name": "编辑字段1",
"type": "n8n-nodes-base.set",
"position": [
848,
208
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "3241fcbd-2947-48d2-b847-288d2165a151",
"name": "output",
"type": "string",
"value": "={{ $json.text }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "d09834f0-b194-4666-8890-d99f5f334789",
"name": "在表格中追加行",
"type": "n8n-nodes-base.googleSheets",
"position": [
464,
-96
],
"parameters": {
"columns": {
"value": {},
"schema": [
{
"id": "Name",
"type": "string",
"display": true,
"required": false,
"displayName": "Name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Email",
"type": "string",
"display": true,
"required": false,
"displayName": "Email",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "append",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/148yOBNcRTo7-xTwlz_KnCiJRiVh7dVyo7CN3THPi0sU/edit#gid=0",
"cachedResultName": "الورقة1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "148yOBNcRTo7-xTwlz_KnCiJRiVh7dVyo7CN3THPi0sU",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/148yOBNcRTo7-xTwlz_KnCiJRiVh7dVyo7CN3THPi0sU/edit?usp=drivesdk",
"cachedResultName": "contacts demo"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "Yvqvis1tnFBurcXp",
"name": "Google Sheets account"
}
},
"typeVersion": 4.7
},
{
"id": "853db2f9-1922-439d-8396-444cbed8b988",
"name": "OpenAI 聊天模型",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
-112,
240
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4.1-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "6ljetIXS9Oig1w9v",
"name": "OpenAi cred"
}
},
"typeVersion": 1.2
},
{
"id": "b2b933b3-04e5-487b-a98c-0e227853726a",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-160,
224
],
"parameters": {
"width": 176,
"height": 128,
"content": ""
},
"typeVersion": 1
},
{
"id": "4ce70328-6156-4d4b-ba5d-67ba3d93d279",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-976,
-224
],
"parameters": {
"color": 5,
"height": 208,
"content": "## 此模板在 Telegram 中创建带有 AI + 人工反馈的 LinkedIn 帖子。"
},
"typeVersion": 1
},
{
"id": "db2fa945-a5dc-4119-9133-f9c23f5d671d",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1008,
192
],
"parameters": {
"height": 112,
"content": "## 触发器"
},
"typeVersion": 1
},
{
"id": "6cbc0ceb-b0b1-4b31-8df2-4ef2b7cb0da3",
"name": "便签3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-640,
-176
],
"parameters": {
"content": "## AI Agent"
},
"typeVersion": 1
},
{
"id": "1719237b-81bf-4749-a1cb-2f3920e65a89",
"name": "便签4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-128,
-128
],
"parameters": {
"width": 432,
"height": 112,
"content": "## 批准?"
},
"typeVersion": 1
},
{
"id": "4dd0977f-1323-4862-8539-453c79fcda58",
"name": "便签5",
"type": "n8n-nodes-base.stickyNote",
"position": [
544,
80
],
"parameters": {
"height": 112,
"content": "## 修订 Agent"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "c44df566-4f51-4efb-a8b3-617708212359",
"connections": {
"AI Agent": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields": {
"main": [
[
{
"node": "Send a text message",
"type": "main",
"index": 0
}
]
]
},
"Tavily Tool": {
"ai_tool": [
[
{
"node": "AI Agent",
"type": "ai_tool",
"index": 0
}
]
]
},
"Edit Fields1": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
},
"Basic LLM Chain": {
"main": [
[
{
"node": "Edit Fields1",
"type": "main",
"index": 0
}
]
]
},
"Text Classifier": {
"main": [
[
{
"node": "Append row in sheet",
"type": "main",
"index": 0
}
],
[
{
"node": "Basic LLM Chain",
"type": "main",
"index": 0
}
]
]
},
"Telegram Trigger": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "Basic LLM Chain",
"type": "ai_languageModel",
"index": 0
},
{
"node": "Text Classifier",
"type": "ai_languageModel",
"index": 0
},
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Send a text message": {
"main": [
[
{
"node": "Text Classifier",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
基于 GPT、LangChain 和智能路由的 AI 驱动客户服务自动化
AI驱动客户服务自动化,基于GPT、LangChain和智能路由
Set
Gmail
Merge
+19
46 节点Paul
客户支持
AI邮件分诊与GPT-4警报系统及Telegram通知
AI邮件分诊与GPT-4警报系统及Telegram通知
If
Set
Gmail
+22
104 节点Peter Joslyn
客户支持
MailChimp自动化
基于AI的餐厅通讯生成器,集成Mailchimp和Telegram审批
If
Set
Code
+16
43 节点Femi Ad
人工智能
LinkedIn和X病毒内容自动引擎
使用AI生成和发布自动创建LinkedIn和X的病毒内容
If
Set
Wait
+26
156 节点Diptamoy Barman
内容创作
使用Telegram、Google表格和AI创建产品满意度调查
通过Telegram、Google表格和AI创建产品满意度调查
If
Set
Redis
+12
40 节点Jimleuk
工程
支持多会话的Telegram聊天机器人
使用GPT-4o-mini和Google Sheets创建基于会话的Telegram聊天机器人
If
Set
Code
+10
38 节点Davide
人工智能
工作流信息
难度等级
高级
节点数量16
分类-
节点类型10
作者
Yasser Sami
@yassersamiAI Automation Architect building smart workflows with n8n. I help businesses save time by automating processes, connecting apps, and integrating AI. My focus is on creating efficient, reliable systems that streamline operations and reduce manual work.
外部链接
在 n8n.io 查看 →
分享此工作流