🧠 为AI聊天机器人提供长期记忆和动态工具路由
高级
这是一个Building Blocks, AI领域的自动化工作流,包含 39 个节点。主要使用 Set, Gmail, Switch, Telegram, GoogleDocs 等节点,结合人工智能技术实现智能自动化。 🧠 为AI聊天机器人提供长期记忆和动态工具路由
前置要求
- •Google 账号和 Gmail API 凭证
- •Telegram Bot Token
- •OpenAI API Key
使用的节点 (39)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "p7xESnT1xMZD2hRk",
"meta": {
"instanceId": "31e69f7f4a77bf465b805824e303232f0227212ae922d12133a0f96ffeab4fef",
"templateCredsSetupCompleted": true
},
"name": "🧠 为您的AI代理聊天机器人提供长期记忆工具路由器",
"tags": [],
"nodes": [
{
"id": "d5947a9d-bad4-4db7-8cdb-dc277928565a",
"name": "当被另一个工作流执行时",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"position": [
320,
-80
],
"parameters": {
"inputSource": "passthrough"
},
"typeVersion": 1.1
},
{
"id": "c9e9715d-c691-4516-9e0c-cf393a18d814",
"name": "保存长期记忆",
"type": "n8n-nodes-base.googleDocs",
"position": [
1020,
-80
],
"parameters": {
"actionsUi": {
"actionFields": [
{
"text": "={\n \"date\": \"{{ $now }}\",\n \"memory\": \"{{ $json.query }}\"\n},\n",
"action": "insert"
}
]
},
"operation": "update",
"documentURL": "1YFTbVGlnpdYF5FuA6grfyvzmcdjcPviClAqbJ5HJIlc"
},
"credentials": {
"googleDocsOAuth2Api": {
"id": "YWEHuG28zOt532MQ",
"name": "Google Docs account"
}
},
"typeVersion": 2
},
{
"id": "306272bf-e264-4cfb-b8b6-8c0af1de3f14",
"name": "已保存的响应",
"type": "n8n-nodes-base.set",
"position": [
1200,
-80
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "6b7e85d8-379b-4a0f-9799-9193a29f0447",
"name": "response",
"type": "string",
"value": "Memory saved"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "152b6922-8600-4fdb-8372-3b0102a7b73a",
"name": "使用长期记忆响应",
"type": "n8n-nodes-base.set",
"position": [
1200,
220
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "6b7e85d8-379b-4a0f-9799-9193a29f0447",
"name": "response",
"type": "string",
"value": "={{ $json.content }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "147ddd8d-6e42-44c0-95ca-9ab791f9452f",
"name": "检索长期记忆3",
"type": "n8n-nodes-base.googleDocs",
"position": [
1020,
900
],
"parameters": {
"operation": "get",
"documentURL": "1YFTbVGlnpdYF5FuA6grfyvzmcdjcPviClAqbJ5HJIlc"
},
"credentials": {
"googleDocsOAuth2Api": {
"id": "YWEHuG28zOt532MQ",
"name": "Google Docs account"
}
},
"typeVersion": 2
},
{
"id": "e3f1172b-ce33-4cce-8126-88e19afc53c6",
"name": "发送成功消息到Telegram",
"type": "n8n-nodes-base.telegram",
"position": [
1540,
520
],
"webhookId": "3ba1ee6d-1648-4421-823b-e68ae14d769b",
"parameters": {
"text": "=n8n User Memories\n{{ $json.text }}",
"chatId": "={{ $env.TELEGRAM_CHAT_ID }}",
"additionalFields": {
"parse_mode": "HTML",
"appendAttribution": false
}
},
"credentials": {
"telegramApi": {
"id": "pAIFhguJlkO3c7aQ",
"name": "Telegram account"
}
},
"typeVersion": 1.2
},
{
"id": "a77e8f01-889f-44b5-b4e1-493a97aa028c",
"name": "邮件工作流统计",
"type": "n8n-nodes-base.gmail",
"position": [
1540,
900
],
"webhookId": "d9ef6f36-941f-4110-9b3e-9e54d9bc9581",
"parameters": {
"sendTo": "={{ $env.EMAIL_ADDRESS_JOE }}",
"message": "={{ $json.text }}",
"options": {
"appendAttribution": false
},
"subject": "n8n User Memories"
},
"credentials": {
"gmailOAuth2": {
"id": "1xpVDEQ1yx8gV022",
"name": "Gmail account"
}
},
"typeVersion": 2.1
},
{
"id": "2481fe73-9ef8-4e95-b7e5-38634b55837c",
"name": "OpenAI 聊天模型2",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
1320,
660
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "jEMSvKmtYfzAkhe6",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
},
{
"id": "9a45e091-c91c-4505-a8df-7a2e1d079200",
"name": "OpenAI聊天模型3",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
1320,
1040
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "jEMSvKmtYfzAkhe6",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
},
{
"id": "6d12369e-38de-44c1-b764-64d6d9a79a25",
"name": "📤发送记忆到Telegram",
"type": "@n8n/n8n-nodes-langchain.toolWorkflow",
"position": [
1360,
-500
],
"parameters": {
"name": "send_memories_to_telegram",
"fields": {
"values": [
{
"name": "route",
"stringValue": "=send_memories_to_telegram"
}
]
},
"workflowId": {
"__rl": true,
"mode": "id",
"value": "={{ $workflow.id }}"
},
"description": "调用此工具将记忆发送到Telegram",
"jsonSchemaExample": ""
},
"typeVersion": 1.2
},
{
"id": "f1d0b366-70d5-4da3-937b-ea08afd364e4",
"name": "📫发送记忆到Gmail",
"type": "@n8n/n8n-nodes-langchain.toolWorkflow",
"position": [
1620,
-500
],
"parameters": {
"name": "send_memories_to_gmail",
"fields": {
"values": [
{
"name": "route",
"stringValue": "=send_memories_to_gmail"
}
]
},
"workflowId": {
"__rl": true,
"mode": "id",
"value": "={{ $workflow.id }}"
},
"description": "调用此工具将记忆发送到Gmail",
"jsonSchemaExample": ""
},
"typeVersion": 1.2
},
{
"id": "25d99971-263a-44ef-abb0-b517743f72eb",
"name": "🧠保存记忆",
"type": "@n8n/n8n-nodes-langchain.toolWorkflow",
"position": [
840,
-500
],
"parameters": {
"name": "save_long_term_memory",
"fields": {
"values": [
{
"name": "route",
"stringValue": "=save_memory"
}
]
},
"workflowId": {
"__rl": true,
"mode": "id",
"value": "={{ $workflow.id }}"
},
"description": "调用此工具保存长期记忆",
"jsonSchemaExample": ""
},
"typeVersion": 1.2
},
{
"id": "0c9738d3-176a-4074-8340-ecfa3d9f9f7d",
"name": "🔎检索记忆",
"type": "@n8n/n8n-nodes-langchain.toolWorkflow",
"position": [
1100,
-500
],
"parameters": {
"name": "retrieve_long_term_memory",
"fields": {
"values": [
{
"name": "route",
"stringValue": "=retrieve_memory"
}
]
},
"workflowId": {
"__rl": true,
"mode": "id",
"value": "={{ $workflow.id }}"
},
"description": "调用此工具检索长期记忆",
"jsonSchemaExample": ""
},
"typeVersion": 1.2
},
{
"id": "7967ec27-432e-4d35-b7e0-89eb84120754",
"name": "🤯窗口缓冲记忆",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
520,
-500
],
"parameters": {
"contextWindowLength": 10
},
"typeVersion": 1.3
},
{
"id": "5f24781e-4f9a-4e33-8d33-ce281f7bcc46",
"name": "🧠 带长期记忆的AI代理",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
940,
-920
],
"parameters": {
"options": {
"systemMessage": "=You are a highly capable and intelligent assistant designed to assist users by leveraging tools for long-term memory, contextual understanding, and real-time information retrieval. You have excellent long term memory. The current date and time is {{ $now }}\n\n## TOOLS\n-save_long_term_memory\n-retrieve_long_term_memory\n-send_memories_to_gmail\n-send_memories_to_telegram\n\n## RULES\n- If you do not know the answer then consider checking the long term memories.\n\n\n\n\n\n"
}
},
"typeVersion": 1.7
},
{
"id": "ad644413-6587-415f-b7be-d58c05b94138",
"name": "🤖OpenAI聊天模型",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
260,
-500
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "jEMSvKmtYfzAkhe6",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
},
{
"id": "076b0856-5ba4-498e-b279-21cf042f7f07",
"name": "Ⓜ️ 当收到聊天消息时",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"position": [
380,
-920
],
"webhookId": "2060403b-3fea-4fdf-a6d7-693bc477baaf",
"parameters": {
"options": {}
},
"typeVersion": 1.1
},
{
"id": "fcf5872c-fcdc-445e-b095-f9cef14453b8",
"name": "准备Telegram消息",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
1200,
520
],
"parameters": {
"text": "=Format this content into a simple unformatted list that can be sent to Telegram: {{ $json.content }}. Avoid any preamble or further explanation.",
"promptType": "define"
},
"typeVersion": 1.5
},
{
"id": "c1d05bb9-390b-43aa-820d-45115df07f5c",
"name": "准备Gmail消息",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
1200,
900
],
"parameters": {
"text": "=Format this content into a simple and modern HTML table that is max 800px wide that can be used as the content for an email: {{ $json.content }}. Avoid any preamble or further explanation. Remove all ``` and ```html from response.",
"promptType": "define"
},
"typeVersion": 1.5
},
{
"id": "98aa87af-8329-4af6-85da-fc97cb4ed9c3",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
760,
-620
],
"parameters": {
"color": 4,
"height": 280,
"content": "## 1️⃣ 保存记忆"
},
"typeVersion": 1
},
{
"id": "677f62ba-b009-48da-988e-e58d5063d005",
"name": "检索长期记忆",
"type": "n8n-nodes-base.googleDocs",
"position": [
1020,
220
],
"parameters": {
"operation": "get",
"documentURL": "1YFTbVGlnpdYF5FuA6grfyvzmcdjcPviClAqbJ5HJIlc"
},
"credentials": {
"googleDocsOAuth2Api": {
"id": "YWEHuG28zOt532MQ",
"name": "Google Docs account"
}
},
"typeVersion": 2
},
{
"id": "1c732f83-fb09-4a51-8aea-0f9d29d1cdfe",
"name": "记忆工具路由器",
"type": "n8n-nodes-base.switch",
"position": [
640,
-100
],
"parameters": {
"rules": {
"values": [
{
"outputKey": "1️⃣ Save",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"operator": {
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.route }}",
"rightValue": "save_memory"
}
]
},
"renameOutput": true
},
{
"outputKey": " 2️⃣Retrieve ",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "86d44336-bab7-422f-9266-fcb513252d19",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.route }}",
"rightValue": "retrieve_memory"
}
]
},
"renameOutput": true
},
{
"outputKey": " 3️⃣Telegram",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "29f37628-6381-46af-babb-74bf00b4a849",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.route }}",
"rightValue": "send_memories_to_telegram"
}
]
},
"renameOutput": true
},
{
"outputKey": "4️⃣Gmail",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "fdb7c8aa-4108-43f6-8f6b-71cd8f383d2a",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.route }}",
"rightValue": "send_memories_to_gmail"
}
]
},
"renameOutput": true
}
]
},
"options": {}
},
"typeVersion": 3.2
},
{
"id": "79de3862-b15a-4380-ab27-cfde66e8bb95",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
1280,
-620
],
"parameters": {
"color": 6,
"height": 280,
"content": "## 3️⃣ 发送记忆到Telegram"
},
"typeVersion": 1
},
{
"id": "03df9947-9354-4f21-8b8a-fed130dcfc6a",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1540,
-620
],
"parameters": {
"color": 6,
"height": 280,
"content": "## 4️⃣ 发送记忆到Gmail"
},
"typeVersion": 1
},
{
"id": "9e8ee085-ec68-4f64-9098-877e166b1c37",
"name": "便签3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1020,
-620
],
"parameters": {
"color": 4,
"height": 280,
"content": "## 2️⃣ 检索记忆"
},
"typeVersion": 1
},
{
"id": "9c3d6609-cc4a-4bf5-b914-ee57e085cecd",
"name": "便签4",
"type": "n8n-nodes-base.stickyNote",
"position": [
440,
-620
],
"parameters": {
"color": 3,
"height": 280,
"content": "## 短期聊天记忆"
},
"typeVersion": 1
},
{
"id": "97f47b93-c1e1-4230-b84c-3b99aa140d55",
"name": "便签5",
"type": "n8n-nodes-base.stickyNote",
"position": [
180,
-620
],
"parameters": {
"color": 5,
"height": 280,
"content": "## 云端LLM"
},
"typeVersion": 1
},
{
"id": "4758ad55-d5f2-4a87-a05a-be465d803ca1",
"name": "便签6",
"type": "n8n-nodes-base.stickyNote",
"position": [
120,
-1100
],
"parameters": {
"width": 1740,
"height": 840,
"content": "# 🧠 带长期记忆工具的AI代理聊天机器人"
},
"typeVersion": 1
},
{
"id": "eb74a05d-7f34-4ba0-ae98-c22bb3637c6b",
"name": "便签7",
"type": "n8n-nodes-base.stickyNote",
"position": [
720,
-700
],
"parameters": {
"color": 7,
"width": 1100,
"height": 400,
"content": "## 🛠️ 代理式长期记忆管理工具选项"
},
"typeVersion": 1
},
{
"id": "d9d251d2-172b-4a8e-bec3-bf8f297628c6",
"name": "便签8",
"type": "n8n-nodes-base.stickyNote",
"position": [
280,
-980
],
"parameters": {
"color": 4,
"width": 300,
"height": 240,
"content": "## 👍试试我!"
},
"typeVersion": 1
},
{
"id": "90554969-0b73-4d4d-87f2-37645b9f7f08",
"name": "便签9",
"type": "n8n-nodes-base.stickyNote",
"position": [
920,
-160
],
"parameters": {
"color": 4,
"width": 560,
"height": 280,
"content": "## 1️⃣ 保存长期记忆工具"
},
"typeVersion": 1
},
{
"id": "34cbb84d-48a5-480f-a7c3-81bbef24194a",
"name": "便签 10",
"type": "n8n-nodes-base.stickyNote",
"position": [
920,
140
],
"parameters": {
"color": 4,
"width": 560,
"height": 280,
"content": "## 2️⃣ 检索长期记忆工具"
},
"typeVersion": 1
},
{
"id": "dc23d68e-0f93-495a-aaa0-e4bb6f18870d",
"name": "便签 11",
"type": "n8n-nodes-base.stickyNote",
"position": [
920,
440
],
"parameters": {
"color": 6,
"width": 840,
"height": 360,
"content": "## 3️⃣ 发送记忆到Telegram工具"
},
"typeVersion": 1
},
{
"id": "0ed43ec0-a39c-4323-9851-988e774302d7",
"name": "检索长期记忆2",
"type": "n8n-nodes-base.googleDocs",
"position": [
1020,
520
],
"parameters": {
"operation": "get",
"documentURL": "1YFTbVGlnpdYF5FuA6grfyvzmcdjcPviClAqbJ5HJIlc"
},
"credentials": {
"googleDocsOAuth2Api": {
"id": "YWEHuG28zOt532MQ",
"name": "Google Docs account"
}
},
"typeVersion": 2
},
{
"id": "17d2cef6-765c-4fb4-8af0-1ebc868f6669",
"name": "便签12",
"type": "n8n-nodes-base.stickyNote",
"position": [
920,
820
],
"parameters": {
"color": 6,
"width": 840,
"height": 360,
"content": "## 4️⃣ 发送记忆到Gmail工具"
},
"typeVersion": 1
},
{
"id": "03977fa0-a4cd-4cfe-8967-d6a5e3227200",
"name": "便签13",
"type": "n8n-nodes-base.stickyNote",
"position": [
540,
-220
],
"parameters": {
"color": 2,
"width": 300,
"height": 380,
"content": "## 记忆工具路由器"
},
"typeVersion": 1
},
{
"id": "994b124c-4f5b-44c6-845e-9886d7b5f07d",
"name": "便签14",
"type": "n8n-nodes-base.stickyNote",
"position": [
240,
-220
],
"parameters": {
"color": 7,
"width": 260,
"height": 380,
"content": "## 从代理接收记忆工具指令"
},
"typeVersion": 1
},
{
"id": "7c400ccf-af37-4b5a-8dfe-431a7d52286b",
"name": "便签15",
"type": "n8n-nodes-base.stickyNote",
"position": [
880,
-220
],
"parameters": {
"color": 7,
"width": 920,
"height": 1440,
"content": "## 🛠️ 长期记忆工具包"
},
"typeVersion": 1
},
{
"id": "0b00f892-f98b-41be-952c-570da546f9f7",
"name": "便签16",
"type": "n8n-nodes-base.stickyNote",
"position": [
120,
200
],
"parameters": {
"width": 720,
"height": 1300,
"content": "## 通过长期记忆和动态工具路由增强您的AI工作流"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"timezone": "America/Vancouver",
"callerPolicy": "workflowsFromSameOwner",
"executionOrder": "v1"
},
"versionId": "5d92d73f-0341-4ab1-937e-6be387f6ea52",
"connections": {
"🧠Save Memories": {
"ai_tool": [
[
{
"node": "🧠 AI Agent w/Long Term Memory",
"type": "ai_tool",
"index": 0
}
]
]
},
"Memory Tool Router": {
"main": [
[
{
"node": "Save Long Term Memories",
"type": "main",
"index": 0
}
],
[
{
"node": "Retrieve Long Term Memories",
"type": "main",
"index": 0
}
],
[
{
"node": "Retrieve Long Term Memories2",
"type": "main",
"index": 0
}
],
[
{
"node": "Retrieve Long Term Memories3",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model2": {
"ai_languageModel": [
[
{
"node": "Prepare Telegram Message",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"OpenAI Chat Model3": {
"ai_languageModel": [
[
{
"node": "Prepare Gmail Message",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Prepare Gmail Message": {
"main": [
[
{
"node": "Email Workflow Stats",
"type": "main",
"index": 0
}
]
]
},
"🔎Retrieve Memories": {
"ai_tool": [
[
{
"node": "🧠 AI Agent w/Long Term Memory",
"type": "ai_tool",
"index": 0
}
]
]
},
"🤖OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "🧠 AI Agent w/Long Term Memory",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Save Long Term Memories": {
"main": [
[
{
"node": "Saved response",
"type": "main",
"index": 0
}
]
]
},
"Prepare Telegram Message": {
"main": [
[
{
"node": "Send Success Message to Telegram",
"type": "main",
"index": 0
}
]
]
},
"🤯Window Buffer Memory": {
"ai_memory": [
[
{
"node": "🧠 AI Agent w/Long Term Memory",
"type": "ai_memory",
"index": 0
}
]
]
},
"📫Send Memories to Gmail": {
"ai_tool": [
[
{
"node": "🧠 AI Agent w/Long Term Memory",
"type": "ai_tool",
"index": 0
}
]
]
},
"Retrieve Long Term Memories": {
"main": [
[
{
"node": "Respond with long term memories",
"type": "main",
"index": 0
}
]
]
},
"Retrieve Long Term Memories2": {
"main": [
[
{
"node": "Prepare Telegram Message",
"type": "main",
"index": 0
}
]
]
},
"Retrieve Long Term Memories3": {
"main": [
[
{
"node": "Prepare Gmail Message",
"type": "main",
"index": 0
}
]
]
},
"📤Send Memories to Telegram": {
"ai_tool": [
[
{
"node": "🧠 AI Agent w/Long Term Memory",
"type": "ai_tool",
"index": 0
}
]
]
},
"When Executed by Another Workflow": {
"main": [
[
{
"node": "Memory Tool Router",
"type": "main",
"index": 0
}
]
]
},
"Ⓜ️ When chat message received": {
"main": [
[
{
"node": "🧠 AI Agent w/Long Term Memory",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 构建模块, 人工智能
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
✨🩷 自动化社交媒体内容发布工厂 + 系统提示组合
✨🩷 自动化社交媒体内容发布工厂 + 系统提示组合
If
Set
Code
+20
100 节点Joseph LePage
营销
🐋🤖 DeepSeek AI 代理 + Telegram + 长期记忆 🧠
🐋🤖 DeepSeek AI 代理 + Telegram + 长期记忆 🧠
If
Set
Merge
+10
23 节点Joseph LePage
人工智能
🤖🧑💻 用于n8n创作者排行榜报告的AI代理
🤖🧑💻 用于顶级n8n创作者排行榜报告的AI代理
Set
Sort
Gmail
+18
49 节点Joseph LePage
人工智能
在Braze中更新现有邮件模板
使用AI为Instagram、Facebook、LinkedIn和X自动化社交媒体内容
Set
Gmail
Merge
+22
73 节点LukaszB
设计
✨🩷自动化社交媒体内容发布工厂 + 系统提示组合
基于动态系统提示和GPT-4o的AI驱动多平台社交媒体内容工厂
If
Set
Code
+20
100 节点Amit Mehta
内容创作
Mistral转录
使用Google日历和自定义函数构建MCP服务器
Set
Switch
Debug Helper
+11
32 节点Solomon
构建模块
工作流信息
难度等级
高级
节点数量39
分类2
节点类型13
作者
Joseph LePage
@joeAs an AI Automation consultant based in Canada, I partner with forward-thinking organizations to implement AI solutions that streamline operations and drive growth.
外部链接
在 n8n.io 查看 →
分享此工作流