集成ElevenLabs和InfraNodus图RAG知识的AI语音聊天助手
高级
这是一个Sales, Support, AI领域的自动化工作流,包含 19 个节点。主要使用 Webhook, Agent, HttpRequestTool, RespondToWebhook, LmChatOpenAi 等节点,结合人工智能技术实现智能自动化。 构建集成ElevenLabs和InfraNodus知识专家的语音AI聊天机器人
前置要求
- •HTTP Webhook 端点(n8n 会自动生成)
- •可能需要目标 API 的认证凭证
- •OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "STzi96JfL52BUuQD",
"meta": {
"instanceId": "2a26454b0172ffcb8d70ba77c235b1209f92cd71bf06c79ba609c7173b416d68",
"templateCredsSetupCompleted": true
},
"name": "AI Voice Chat Agent with ElevenLabs and InfraNodus Graph RAG Knowledge",
"tags": [
{
"id": "66wgFoDi9Xjl74M3",
"name": "Support",
"createdAt": "2025-05-21T17:06:32.355Z",
"updatedAt": "2025-05-21T17:06:32.355Z"
},
{
"id": "9QurS5Kb1CkCYrnG",
"name": "Product",
"createdAt": "2025-05-21T17:06:29.704Z",
"updatedAt": "2025-05-21T17:06:29.704Z"
},
{
"id": "IzYV3Gv55x1h73cK",
"name": "Ideation",
"createdAt": "2025-05-20T14:53:20.662Z",
"updatedAt": "2025-05-20T14:53:20.662Z"
},
{
"id": "aECLdyckoPZ29skg",
"name": "Writing",
"createdAt": "2025-05-20T14:53:23.085Z",
"updatedAt": "2025-05-20T14:53:23.085Z"
},
{
"id": "ciIq4giMNXaJiyiQ",
"name": "Thinking Tools",
"createdAt": "2025-05-20T14:53:17.515Z",
"updatedAt": "2025-05-20T14:53:17.515Z"
},
{
"id": "hCzs9EJfBuD0RxuX",
"name": "Other",
"createdAt": "2025-05-21T17:06:34.674Z",
"updatedAt": "2025-05-21T17:06:34.674Z"
},
{
"id": "sJk9cUvmMU8FkJXv",
"name": "AI",
"createdAt": "2025-05-20T13:16:15.636Z",
"updatedAt": "2025-05-20T13:16:15.636Z"
}
],
"nodes": [
{
"id": "b17450bf-5c34-43b9-a7cb-1e8d48a90e5e",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
840,
260
],
"parameters": {
"width": 200,
"height": 740,
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Expert #1\n\nAdd your InfraNodus graph here via the HTTP node using its name in the `body.name` field.\n\nDescribe what the expert does in the Description of the tool. You can use auto-generated Graph RAG summary from InfraNodus > Graph > Project Notes\n\n"
},
"typeVersion": 1
},
{
"id": "8d41bb1b-ff2d-43bf-b9aa-be41a824a568",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1060,
260
],
"parameters": {
"width": 200,
"height": 740,
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Expert #2\n\nAdd your InfraNodus graph here via the HTTP node using its name in the `body.name` field.\n\nDescribe what the expert does in the Description of the tool. You can use auto-generated Graph RAG summary from InfraNodus > Graph > Project Notes\n\n"
},
"typeVersion": 1
},
{
"id": "3092328a-8b99-4086-9be8-20157a48d706",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1280,
260
],
"parameters": {
"width": 200,
"height": 640,
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Expert #3\n\nYou can add more experts here. Just make to give them descriptive names, so the agent knows which one to connect to when it has a question. \n\n\n"
},
"typeVersion": 1
},
{
"id": "8165ec0a-ac24-4e3e-8240-162a3ef6e47e",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
620,
260
],
"parameters": {
"width": 200,
"height": 540,
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Chat Memory\n\nWe use the Simple Memory node to track the conversation's context so that the user can refer to previous messages as they converse with the model."
},
"typeVersion": 1
},
{
"id": "333d860c-615f-441d-a7ab-53e867cd5503",
"name": "Sticky Note5",
"type": "n8n-nodes-base.stickyNote",
"position": [
420,
-360
],
"parameters": {
"width": 460,
"height": 500,
"content": "## 2. AI Agent Workflow\n\n### Chooses which tool (expert) to use, depending on the user's message. Then receives the responses and synthesizes the final answer.\n\nMake sure you describe the tools available well both in the Agent's System Prompt and in the tools' descriptions. "
},
"typeVersion": 1
},
{
"id": "9f7a3cc4-99c6-4179-b3ce-7bff999cf77b",
"name": "Sticky Note6",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
40
],
"parameters": {
"height": 580,
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## 1. Chat Trigger\n\nThe conversation will be triggered when you send a message via a webhook from your Elevenlabs AI Conversational agent. \n\n### 🚨 SEE THE NOTE AND THE LINK BELOW ON SETTING UP YOUR ELEVENLABS AGENT"
},
"typeVersion": 1
},
{
"id": "c3fd90e8-3451-4c17-92c7-ca6c1e3305c6",
"name": "OpenAI Model",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"disabled": true,
"position": [
400,
540
],
"parameters": {
"model": "gpt-4o",
"options": {}
},
"credentials": {
"openAiApi": {
"id": "07wFa8Wa4mMRCHAj",
"name": "OpenAi account 2"
}
},
"typeVersion": 1
},
{
"id": "2e049f32-5d79-4a46-8c99-6a5a9c583c4f",
"name": "Simple Memory",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
680,
300
],
"parameters": {
"sessionKey": "={{ $json.body.sessionId }}",
"sessionIdType": "customKey"
},
"typeVersion": 1.3
},
{
"id": "68137659-df1d-4a23-83f8-42a03189077b",
"name": "Sticky Note8",
"type": "n8n-nodes-base.stickyNote",
"position": [
980,
-360
],
"parameters": {
"width": 260,
"height": 500,
"content": "## 3. Respond to the User\n\nOnce the response is generated, send it back to the user's chat in Telegram."
},
"typeVersion": 1
},
{
"id": "e7ffd4c6-d725-4ac0-8aa9-09f52d9a1cb4",
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
520,
-20
],
"parameters": {
"text": "={{ $json.body.prompt }}",
"options": {
"systemMessage": "You are well-versed on Dmitry Paranyushkin's books through the tools you have access to. When you receive a user's query, assess which tools you have access to, decide on the tools to access (minimum 1, maximum 3), modify the query to better suit each tool's context, and send the request to the tool. \n\nIMPORTANT: Always access at least one of the tools and use the response to get the best possible answer.\n\nWhen you're generating a response, combine perspectives where they fit and point out discrepancies when they exist."
},
"promptType": "define"
},
"typeVersion": 1.9
},
{
"id": "6b1bff98-cdac-4a80-a5e5-a89def6a767b",
"name": "Waves into Patterns Book Expert",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
1120,
300
],
"parameters": {
"url": "https://infranodus.com/api/v1/graphAndAdvice?doNotSave=true&addStats=true&optimize=develop&includeGraph=false&includeGraphSummary=true&includeStatements=true",
"method": "POST",
"options": {},
"sendBody": true,
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "name",
"value": "waves_into_patterns"
},
{
"name": "prompt",
"value": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('parameters1_Value', `User's request adjusted to suit this context`, 'string') }}"
},
{
"name": "requestMode",
"value": "response"
},
{
"name": "aiTopics",
"value": "true"
}
]
},
"genericAuthType": "httpBearerAuth",
"toolDescription": "Make a request to The Waves into Patterns book which is well-versed in the questions of natural cycles, variability, fractal states, dynamics, and nonequilibrium stability. Including the following topics:\n\n<MainTopics>: \n1. System Influence: scale influence multiple \n2. Pattern Dynamics: pattern variability fractal \n3. Change Balance: dynamic wave time \n4. Center Transformation: center cycle dominant \n5. Growth Stages: growth exploration period \n6. Long Strategy: term state long \n7. Seasonal Relations: moon summer natural \n8. Flow Connection: exist breaking exploring \n</MainTopics>"
},
"credentials": {
"httpBearerAuth": {
"id": "kg0rA5r8siL8LbrU",
"name": "InfraNodus Circadian API Key"
}
},
"typeVersion": 4.2
},
{
"id": "d8df1709-8c55-4336-8dde-5fa8769c3a91",
"name": "Special Agent's Manual Book Expert",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
900,
300
],
"parameters": {
"url": "https://infranodus.com/api/v1/graphAndAdvice?doNotSave=true&addStats=true&optimize=develop&includeGraph=false&includeGraphSummary=true&includeStatements=true",
"method": "POST",
"options": {},
"sendBody": true,
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "name",
"value": "special_agents_manual"
},
{
"name": "prompt",
"value": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('parameters1_Value', `User's request adjusted to suit this context`, 'string') }}"
},
{
"name": "requestMode",
"value": "response"
},
{
"name": "aiTopics",
"value": "true"
}
]
},
"genericAuthType": "httpBearerAuth",
"toolDescription": "Make a request to The Special Agent's Manual book which is well-versed in the questions of human agency, speciality, infiltration and tension dynamics, strategies, identities, finding the special in you as well as the following topics:\n\n<MainTopics>: \n1. Agent Activation: agent special activation \n2. System Dynamics: system body operating \n3. Order Flow: action time order \n4. Creative Process: create identity entity \n5. Movement Patterns: movement wave breathing \n6. Incoming Impact: incoming impulse impact \n7. Fiction Venture: fiction high risk \n8. Social Framework: preset possibility level \n</MainTopics>"
},
"credentials": {
"httpBearerAuth": {
"id": "kg0rA5r8siL8LbrU",
"name": "InfraNodus Circadian API Key"
}
},
"typeVersion": 4.2
},
{
"id": "85a11f6a-c154-43ea-a294-3fe367d13ad0",
"name": "The Flow and the Notion Book",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
1340,
300
],
"parameters": {
"url": "https://infranodus.com/api/v1/graphAndAdvice?doNotSave=true&addStats=true&optimize=develop&includeGraph=false&includeGraphSummary=true&includeStatements=true",
"method": "POST",
"options": {},
"sendBody": true,
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "name",
"value": "the_flow_and_notion"
},
{
"name": "prompt",
"value": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('parameters1_Value', `User's request adjusted to suit this context`, 'string') }}"
},
{
"name": "requestMode",
"value": "response"
},
{
"name": "aiTopics",
"value": "true"
}
]
},
"genericAuthType": "httpBearerAuth",
"toolDescription": "The Flow and the Notion book which is well-versed in the questions of creating with someone, dreaming, making new shapes, dissipating ideas, art, and life. Including the following topics:\n\n<MainTopics>: \n1. Shape Dynamics: shape outline concentric \n2. Time Alignment: long practice time \n3. Man's Journey: bow man candle \n4. Notion Flow: image flow paranyushkin \n5. Essence Realization: process essence essential \n6. Life Choices: slave thing trace \n7. Wave Patterns: found light movement \n8. Synchrony Mediation: book circadian word \n9. Complete Vision: multiple synchrony mediate \n10. Instruction Guide: full \ninstruction foreword : instruction foreword \n</MainTopics>"
},
"credentials": {
"httpBearerAuth": {
"id": "kg0rA5r8siL8LbrU",
"name": "InfraNodus Circadian API Key"
}
},
"typeVersion": 4.2
},
{
"id": "90c32931-3e1c-4c93-8cbb-7c8e7dfa2269",
"name": "Sticky Note9",
"type": "n8n-nodes-base.stickyNote",
"position": [
1500,
260
],
"parameters": {
"width": 200,
"height": 640,
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Expert #4\n\nYou can add more experts here. Just make to give them descriptive names, so the agent knows which one to connect to when it has a question. \n\n"
},
"typeVersion": 1
},
{
"id": "d392f193-328d-46b5-bd85-a6db97ca0a58",
"name": "The Polysingularity Letters Book",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
1540,
300
],
"parameters": {
"url": "https://infranodus.com/api/v1/graphAndAdvice?doNotSave=true&addStats=true&optimize=develop&includeGraph=false&includeGraphSummary=true&includeStatements=true",
"method": "POST",
"options": {},
"sendBody": true,
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "name",
"value": "polysingularity_letters"
},
{
"name": "prompt",
"value": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('parameters1_Value', `User's request adjusted to suit this context`, 'string') }}"
},
{
"name": "requestMode",
"value": "response"
},
{
"name": "aiTopics",
"value": "true"
}
]
},
"genericAuthType": "httpBearerAuth",
"toolDescription": "The Polysingularity Letters book which is well-versed in the questions of polysingularity, multiplicity, networks, networking, art, and creative approach. And also these topics:\n\n<MainTopics>: \n1. Community Dynamics: network community connected \n2. Global Equilibrium: state global change \n3. Polysingular Practice: polysingularity thinking exist \n4. Temporal Relations: time moment thing \n5. Consciousness Source: social cognition view \n6. Meaning Creation: make orthodox meaning \n7. Dmitry Connections: post dmitry minute \n8. Linguistic Variations: wa ë ww \n</MainTopics>"
},
"credentials": {
"httpBearerAuth": {
"id": "6lSuuSDajZrvI2GM",
"name": "InfraNodus API Key"
}
},
"typeVersion": 4.2
},
{
"id": "56f27d69-5091-4a0e-abc9-49fea9a863b3",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
60,
60
],
"webhookId": "171bf9a6-1390-4195-bd6b-ff3df2e27d1c",
"parameters": {
"path": "171bf9a6-1390-4195-bd6b-ff3df2e27d1c",
"options": {},
"httpMethod": "POST",
"responseMode": "responseNode"
},
"typeVersion": 2
},
{
"id": "8b7a6506-4220-476e-8d94-fa62315ab807",
"name": "Respond to Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
1060,
-20
],
"parameters": {
"options": {}
},
"typeVersion": 1.2
},
{
"id": "0ac0d3d2-75b9-4173-a45a-56a0fe55892d",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-820,
680
],
"parameters": {
"color": 3,
"width": 1060,
"height": 980,
"content": "## Setting up ElevenLabs Conversational AI Agent\n\n### You will need to connect the Webhook trigger above to the Conversational AI agent of ElevenLabs. Then you can use their agent (and website widget) to converse with the experts in this workflow. Read the full tutorial at [ElevenLabs AI voice agent setup guide](https://support.noduslabs.com/hc/en-us/articles/20318967066396-How-to-Build-a-Text-Voice-AI-Agent-Chatbot-with-n8n-Elevenlabs-and-InfraNodus)\n\n1. Create an account at [https://elevenlabs.io/](https://elevenlabs.io/)\n\n2. Go to the **Conversational AI** section in the menu\n\n3. Go to **Agent > Create New Agent > Use Blank Template**\n\n4. In the **System Prompt** of the agent put the following text modified to relate to your content:\n\n```\nYou are well-versed on ... through the tools you have access to.\n1) When you receive a user's message, first answer something like \"I am consulting my knowledge and will respond soon\" or \"let me think about it and i'll get back to you\" or any other similar in meaning phrase\n2) Then forward the user's message, without any changes, to the knowledge_base tool.\n3) When you receive a response from the knowledge_base use this answer to respond to the user, use exactly the answer you received to respond.\nIMPORTANT: make the response more suitable for the conversational format making it more succint and shorter but maintaining all the specifics.\n```\n\n5. IMPORTANT: keep the reference to the `knowledge_base` tool above to let the ElevenLabs agent know that it's exactly that tool it needs to be using to access the knowledge. Replace `...` with your content. \n\n6. In the **Tools section** of the Agent's setup, click **Create a new tool**\n\n7. The name of the tool should be: **`knowledge_base`** (as you're referring to it in the system prompt)\n\n8. In the tool's description put in: \"A knowledge base on ....\" (replace ... with your topic)\n\n9. Choose the **POST method** and in the URL put the Webhook link from the n8n workflow you created in the Step 3 above. E.g. https://infranodus.app.n8n.cloud/webhook/your_hook_url\n\n10. Scroll to the **Body Parameters** and add the following parameters that will be submitted with the POST request:\n\na. Identifier: `prompt`, Value type: LLM prompt, Description: The user's message. \n*You will use this value in the **AI Agent** node.*\n\nb. Identifier: `sessionId`, Value type: Dynamic variable, Variable name: system__conversation_id\n*You will use this in the **Chat Memory** node to keep the history of the interaction.*\n\n10. Save the tool, save the agent\n\n11. Run the test in ElevenLabs\n\n12. Check the n8n workflow logs (from Step 3) to see if the execution went well "
},
"typeVersion": 1
},
{
"id": "2f279f0d-fdd2-493a-b416-6c70ab06b31a",
"name": "Sticky Note7",
"type": "n8n-nodes-base.stickyNote",
"position": [
-820,
-360
],
"parameters": {
"color": 5,
"width": 740,
"height": 980,
"content": "# AI Voice Agent that Chats to Your Experts (e.g. Books, Articles, etc)\n\n## Uses InfraNodus Knowledge Graphs as Experts (AI Agent tools)\n\n## Uses ElevenLabs for voice chat functionality\n\n## Uses an orchestrating AI Agent in n8n to choose the expert based on the query\n\n[Detailed tutorial](https://support.noduslabs.com/hc/en-us/articles/20318967066396-How-to-Build-a-Text-Voice-AI-Agent-Chatbot-with-n8n-Elevenlabs-and-InfraNodus)\n\n[Video Tutorial](https://www.youtube.com/watch?v=07-HZZQs5h0)\n\n\n[](https://www.youtube.com/watch?v=07-HZZQs5h0)"
},
"typeVersion": 1
},
{
"id": "49d05baa-50fe-4931-87f8-22726eb868fa",
"name": "Google Gemini Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
400,
340
],
"parameters": {
"options": {},
"modelName": "models/gemini-2.5-flash-preview-04-17"
},
"credentials": {
"googlePalmApi": {
"id": "ivswOFTY8MYDbj5b",
"name": "Google Gemini(PaLM) Api account"
}
},
"typeVersion": 1
},
{
"id": "3ffc401d-df30-44ad-a3c3-b6b3ee75f59f",
"name": "Sticky Note10",
"type": "n8n-nodes-base.stickyNote",
"position": [
340,
260
],
"parameters": {
"width": 200,
"height": 660,
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## LLM to Use\n\nGoogle Flash Pro models are much faster than OpenAI. However, OpenAI can be more precise in function (expert) calling."
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "9dd619b8-9071-4d7d-8b5a-fb30b570671f",
"connections": {
"Webhook": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"AI Agent": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Model": {
"ai_languageModel": [
[]
]
},
"Simple Memory": {
"ai_memory": [
[
{
"node": "AI Agent",
"type": "ai_memory",
"index": 0
}
]
]
},
"Google Gemini Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"The Flow and the Notion Book": {
"ai_tool": [
[
{
"node": "AI Agent",
"type": "ai_tool",
"index": 0
}
]
]
},
"Waves into Patterns Book Expert": {
"ai_tool": [
[
{
"node": "AI Agent",
"type": "ai_tool",
"index": 0
}
]
]
},
"The Polysingularity Letters Book": {
"ai_tool": [
[
{
"node": "AI Agent",
"type": "ai_tool",
"index": 0
}
]
]
},
"Special Agent's Manual Book Expert": {
"ai_tool": [
[
{
"node": "AI Agent",
"type": "ai_tool",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 销售, 客户支持, 人工智能
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
AI Chatbot Agent:使用 InfraNodus 图 RAG 知识的专家小组
采用InfraNodus GraphRAG知识图谱技术的专家小组AI聊天机器人代理
Agent
Http Request Tool
Chat Trigger
+3
14 节点InfraNodus
客户支持
使用GraphRAG与PDF/MD/文本文件对话(无需向量存储)
使用GraphRAG与PDF/MD/文本文件对话(无需向量存储)
Set
Switch
Google Drive
+10
20 节点InfraNodus
客户支持
基于 InfraNodus GraphRAG 知识库的 Telegram AI 聊天机器人代理
集成 InfraNodus GraphRAG 知识库的 Telegram AI 聊天机器人代理
Telegram
Agent
Http Request Tool
+4
21 节点InfraNodus
客户支持
Wix聊天自动回复器
集成OpenAI GPT的Wix聊天自动回复器,含邮件备用方案
If
Code
Webhook
+10
32 节点Ryan McMahan
销售
使用AI助手和智能SMS提醒(24/7)自动化WhatsApp预约
使用GPT-4助手、Cal.com和SMS提醒自动化WhatsApp预约系统
Code
Sms77
Switch
+11
25 节点Dr. Firas
客户支持
使用 Google Drive 和 Pinecone 向量数据库创建 AI 驱动的 WhatsApp 机器人
使用 Google Drive 和 Pinecone 向量数据库创建 AI 驱动的 WhatsApp 机器人
If
Set
Code
+12
23 节点Cecilia
客户支持
工作流信息
难度等级
高级
节点数量19
分类3
节点类型7
作者
InfraNodus
@infranodusI'm Dmitry, the founder of InfraNodus — an AI text network analysis tool. I'm passionate about networks and data visualization and its ability to reveal what everyone else is missing and to highlight different perspectives. I'm sharing the n8n templates that make use of this unique capability of InfraNodus for multiple scenarios.
外部链接
在 n8n.io 查看 →
分享此工作流