通过聊天界面使用 GPT-4.1-mini 查询 QuickBooks Online 客户数据
初级
这是一个AI Chatbot, Multimodal AI领域的自动化工作流,包含 5 个节点。主要使用 QuickbooksTool, Agent, ChatTrigger, LmChatOpenAi 等节点。 通过聊天界面使用 GPT-4.1-mini 查询 QuickBooks Online 客户数据
前置要求
- •OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "c8c9ba5d3eb26ae47a06d24ff164a01c0d73ed4753a74903c2bb609d434a0f6b",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "02baf411-97fb-4d42-8185-f9d170f7ac3c",
"name": "公共聊天触发器",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"position": [
0,
0
],
"webhookId": "48cd7e7c-fa0f-44f3-834f-89900ebaf0b1",
"parameters": {
"public": true,
"options": {}
},
"typeVersion": 1.1
},
{
"id": "91b4857e-48a2-4dc0-b892-c2f7e68a7ea8",
"name": "QuickBooks AI智能体编排器",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
224,
0
],
"parameters": {
"options": {}
},
"typeVersion": 2
},
{
"id": "33dbff56-37df-4ad0-8390-63f1a2f6a391",
"name": "LLM - OpenAI聊天 (gpt-4.1-mini)",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
224,
192
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4.1-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "IscXryYQZrfSUSkH",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
},
{
"id": "93e5c02c-7071-4220-8369-c4c061edb263",
"name": "AI工具 - QuickBooks数据",
"type": "n8n-nodes-base.quickbooksTool",
"position": [
368,
192
],
"parameters": {
"filters": {},
"operation": "getAll",
"returnAll": true
},
"credentials": {
"quickBooksOAuth2Api": {
"id": "b6aH0PejuunHdpJu",
"name": "QuickBooks Online account 3"
}
},
"typeVersion": 1
},
{
"id": "5b7d1b8e-0e0f-4a9a-8d9d-6c3b1d7b5a1c",
"name": "工作流描述",
"type": "n8n-nodes-base.stickyNote",
"position": [
-300,
-300
],
"parameters": {
"color": 5,
"width": 272,
"height": 912,
"content": "# 工作流描述"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"Public Chat Trigger": {
"main": [
[
{
"node": "QuickBooks AI Agent Orchestrator",
"type": "main",
"index": 0
}
]
]
},
"AI Tool - QuickBooks Data": {
"ai_tool": [
[
{
"node": "QuickBooks AI Agent Orchestrator",
"type": "ai_tool",
"index": 0
}
]
]
},
"LLM - OpenAI Chat (gpt-4.1-mini)": {
"ai_languageModel": [
[
{
"node": "QuickBooks AI Agent Orchestrator",
"type": "ai_languageModel",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - AI 聊天机器人, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
通过MCP服务器和ChatGPT在n8n中与QuickBooks Online客户数据对话
通过MCP服务器和ChatGPT在n8n中与QuickBooks Online客户数据对话
Quickbooks Tool
Agent
Mcp Trigger
+4
7 节点Milan Vasarhelyi - SmoothWork
ServiceNow L1支持代理
基于GPT-4的ServiceNow聊天分流——事件与请求路由
Service Now
Http Request
Agent
+7
15 节点Tushar Mishra
AI 聊天机器人
使用GPT-5 Nano多语言聊天机器人自动处理电商客户支持
使用GPT-5 Nano多语言聊天机器人自动处理电商客户支持
Set
Merge
Split Out
+6
13 节点Robert Breen
AI 聊天机器人
智能聊天机器人
使用GPT-5-nano、网络搜索和对话记忆构建智能聊天机器人
Chat
Agent
Http Request Tool
+4
13 节点Oriol Seguí
杂项
LeadBot 自动驾驶 — Salesforce 聊天转线索
基于 Salesforce 和 GPT 的对话式线索捕获与日程安排
Slack Tool
Email Send Tool
Salesforce Tool
+7
25 节点Le Nguyen
AI 聊天机器人
基于 GPT-4、Stripe 和 CRM 集成的 WooCommerce 对话式销售代理
基于 GPT-4、Stripe 和 CRM 集成的 WooCommerce 对话式销售代理
Set
Google Drive
Http Request
+16
27 节点Cong Nguyen
AI 聊天机器人
工作流信息
难度等级
初级
节点数量5
分类2
节点类型5
作者
Milan Vasarhelyi - SmoothWork
@vasarmilanWe help you eliminate the busywork by building compact business tools tailored to your processes. 📞: https://smoothwork.ai/book-a-call ▶️: https://www.youtube.com/@vasarmilan
外部链接
在 n8n.io 查看 →
分享此工作流