自动化多AI代理物业与投资分析系统
中级
这是一个Market Research, Multimodal AI领域的自动化工作流,包含 13 个节点。主要使用 Code, Gmail, Airtable, GoogleDocs, SerpApi 等节点。 使用GPT-4、SerpAPI、Google Docs和Airtable生成物业投资报告
前置要求
- •Google 账号和 Gmail API 凭证
- •Airtable API Key
- •OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "BXKymjvxG5drQhIn",
"meta": {
"instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae",
"templateCredsSetupCompleted": true
},
"name": "自动化多AI代理物业与投资分析系统",
"tags": [],
"nodes": [
{
"id": "8f3f5c3c-f714-4001-ae0c-dc667da9b399",
"name": "当点击“执行工作流”时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
0,
16
],
"parameters": {},
"typeVersion": 1
},
{
"id": "5f2977ea-7893-464f-a4c1-eaca9f3c0be3",
"name": "数据研究员",
"type": "n8n-nodes-serpapi.serpApi",
"position": [
224,
16
],
"parameters": {},
"typeVersion": 1
},
{
"id": "e8501698-d82e-4ac8-b677-80ae496bfa58",
"name": "数据聚合",
"type": "n8n-nodes-base.code",
"position": [
448,
16
],
"parameters": {},
"typeVersion": 2
},
{
"id": "f26d998b-4201-4616-868d-bc96274001f6",
"name": "市场分析师",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
-16,
304
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "84423207-18ed-4de0-a155-34a701116af1",
"name": "报告生成器",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
384,
304
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "de86641d-8500-4e71-9ef0-bcdea6fb44be",
"name": "创建报告",
"type": "n8n-nodes-base.googleDocs",
"position": [
0,
624
],
"parameters": {},
"typeVersion": 2
},
{
"id": "d9ffb05c-821a-410f-8764-ba9539aead42",
"name": "创建记录",
"type": "n8n-nodes-base.airtable",
"position": [
224,
624
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "fa243b5f-00bc-4fa1-975c-3562024a6b9a",
"name": "发送报告给客户",
"type": "n8n-nodes-base.gmail",
"position": [
528,
624
],
"webhookId": "de765ec8-ed2c-4b94-9e16-7e2fddd8054e",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "11cc7f92-445c-47ce-892a-cd152904bb3d",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-64,
-48
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "17c9fae2-063a-40b8-b810-4cef87eed78a",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-64,
224
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "f6db835c-ea17-4e42-9f64-f2a7eae64f13",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-64,
528
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "08e03aad-b601-4447-9839-6a2c377aad06",
"name": "发送报告给客户1",
"type": "n8n-nodes-base.stickyNote",
"position": [
448,
528
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "cad9ec9b-e106-4671-becf-adea7fbe5189",
"name": "便签3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-864,
-48
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "9a694d5d-5a4e-46b4-b764-f87331281461",
"connections": {
"Create Report": {
"main": [
[
{
"node": "Create a record",
"type": "main",
"index": 0
}
]
]
},
"Create a record": {
"main": [
[
{
"node": "Send Report to Client",
"type": "main",
"index": 0
}
]
]
},
"Data Aggregation": {
"main": [
[
{
"node": "The Market Analyst",
"type": "main",
"index": 0
}
]
]
},
"The Market Analyst": {
"main": [
[
{
"node": "The Report Generator",
"type": "main",
"index": 0
}
]
]
},
"The Data Researcher": {
"main": [
[
{
"node": "Data Aggregation",
"type": "main",
"index": 0
}
]
]
},
"The Report Generator": {
"main": [
[
{
"node": "Create Report",
"type": "main",
"index": 0
}
]
]
},
"When clicking ‘Execute workflow’": {
"main": [
[
{
"node": "The Data Researcher",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 市场调研, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
自动化高级潜在客户触达与培育活动系统(含AI)
通过GPT-4、LinkedIn和Hunter.io自动化个性化B2B触达
If
Code
Wait
+9
30 节点Marth
客户培育
基于GPT-4和Apify的自动化多AI代理竞品与市场分析系统
使用GPT-4、Apify和Google文档生成AI驱动的竞品分析报告
Code
Slack
Google Docs
+4
11 节点Marth
市场调研
基于GPT-4和Apify的AI驱动竞争对手与市场情报系统
基于GPT-4和Apify的AI驱动竞争对手与市场情报系统
Code
Merge
Slack
+7
12 节点Marth
市场调研
AI驱动YouTube产品评论自动分析
基于Apify和GPT的AI驱动YouTube产品评论自动分析
Set
Code
Gmail
+10
25 节点Oriol Seguí
市场调研
基于 GPT-4 和 Stripe 发票的自动化智能现金流与账单管理系统
使用 GPT-4、Stripe 和 Google Workspace 的自动化发票工作流与智能提醒
If
Wait
Gmail
+7
16 节点Marth
发票处理
自动化潜在客户捕获、AI资质鉴定及ElevenLabs个性化语音跟进
基于 OpenAI 和 ElevenLabs 的自动化线索捕获与 AI 个性化语音跟进
If
Set
Code
+10
22 节点Marth
客户培育
工作流信息
难度等级
中级
节点数量13
分类2
节点类型8
作者
Marth
@marthSimplifying Business with Smart Automation. I create and share user-friendly, highly efficient n8n workflow templates for SMEs, focusing on digital marketing, sales, and operational excellence. Get ready to automate, innovate, and elevate your business. Connect me on Linkedin for custom solutions.
外部链接
在 n8n.io 查看 →
分享此工作流