过期房源复活代理
中级
这是一个Lead Nurturing, Multimodal AI领域的自动化工作流,包含 7 个节点。主要使用 If, Gmail, GoogleSheets, ScheduleTrigger, OpenAi 等节点。 使用OpenAI和Gmail跟进复活过期房源
前置要求
- •Google 账号和 Gmail API 凭证
- •Google Sheets API 凭证
- •OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "mGgu1ixSHq7uKR9J",
"meta": {
"instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae",
"templateCredsSetupCompleted": true
},
"name": "过期房源复活代理",
"tags": [],
"nodes": [
{
"id": "fe1a3344-0363-463c-8312-8b382f7e6193",
"name": "获取房源",
"type": "n8n-nodes-base.googleSheets",
"position": [
220,
-280
],
"parameters": {
"sheetName": {
"__rl": true,
"mode": "list",
"value": ""
},
"documentId": {
"__rl": true,
"mode": "list",
"value": ""
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "4Y2ksdr35dFDo0rB",
"name": "maranata"
}
},
"typeVersion": 4
},
{
"id": "f9b43706-6ba4-4c7a-bda7-7b27296f151e",
"name": "检查 >30 天",
"type": "n8n-nodes-base.if",
"position": [
440,
-280
],
"parameters": {
"conditions": {
"number": [
{
"value1": "={{ Date.now() - new Date($json[\"last_activity\"]).getTime() }}",
"value2": 2592000000,
"operation": ">"
}
]
}
},
"typeVersion": 1
},
{
"id": "ef1ad425-d92d-433b-b147-178f61b1baf4",
"name": "发送邮件",
"type": "n8n-nodes-base.gmail",
"position": [
1040,
-280
],
"parameters": {
"message": "=Hi {{$json[\"owner_name\"]}},\n\nJust a quick heads-up—your property listing titled \"{{$json[\"title\"]}}\" located in {{$json[\"location\"]}} is about to expire.\n\nSince it was last active on {{$json[\"last_activity\"]}}, there have been some exciting shifts in the market. There may be renewed buyer interest or opportunities we can capitalize on.\n\nIf you're still interested in selling your {{$json[\"property_type\"]}}, I’d be happy to help you relist it and get it in front of the right audience.\n\nWould you like me to reactivate the listing for you this week?\n\nBest, \n[Your Name] \nReal Estate Specialist \n",
"subject": "Your Property Listing Is About to Expire",
"additionalFields": {}
},
"credentials": {
"gmailOAuth2": {
"id": "QFfaHpKmgq4YPiRN",
"name": "Temp"
}
},
"typeVersion": 1
},
{
"id": "978b3493-385d-453b-a59a-fbcfa84c5bfe",
"name": "OpenAI",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
660,
-280
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": ""
},
"options": {},
"messages": {
"values": [
{
"content": "=You are an assistant helping a real estate agent re-engage expired property listings.\n\nGenerate a personalized follow-up email to a property owner, based on the following data:\n\nProperty Title: {{$json[\"title\"]}}\nOwner Name: {{$json[\"owner_name\"]}}\nProperty Type: {{$json[\"property_type\"]}}\nLocation: {{$json[\"location\"]}}\nLast Activity Date: {{$json[\"last_activity\"]}}\n\nTone: Friendly but professional.\nGoal: Convince the owner to relist their property, highlight market opportunities or changes since last contact.\n\nDo not use placeholders or template-style responses. Write it like a\n"
}
]
}
},
"credentials": {
"openAiApi": {
"id": "WbMi3ZLLBnECFAAV",
"name": "Temp"
}
},
"typeVersion": 1.8
},
{
"id": "38f7ff60-f96b-43a2-aeae-bfa263c35907",
"name": "计划触发器",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
0,
-280
],
"parameters": {
"rule": {
"interval": [
{
"daysInterval": 30
}
]
}
},
"typeVersion": 1.2
},
{
"id": "35180652-0e96-4812-8d19-1b25284d0075",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-60,
-60
],
"parameters": {
"width": 780,
"height": 1180,
"content": "# 过期房源复活代理"
},
"typeVersion": 1
},
{
"id": "5a14b90b-8333-4939-945b-3b597dbee549",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-60,
-340
],
"parameters": {
"color": 3,
"width": 1300,
"height": 240,
"content": "## 流程"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "2359e81b-2266-47ee-8aff-daf8f21491c4",
"connections": {
"OpenAI": {
"main": [
[
{
"node": "Send Email",
"type": "main",
"index": 0
}
]
]
},
"Get Listings": {
"main": [
[
{
"node": "Check >30 Days",
"type": "main",
"index": 0
}
]
]
},
"Check >30 Days": {
"main": [
[
{
"node": "OpenAI",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger": {
"main": [
[
{
"node": "Get Listings",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 客户培育, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
自动化高级潜在客户触达与培育活动系统(含AI)
通过GPT-4、LinkedIn和Hunter.io自动化个性化B2B触达
If
Code
Wait
+9
30 节点Marth
客户培育
自动化潜在客户捕获、AI资质鉴定及ElevenLabs个性化语音跟进
基于 OpenAI 和 ElevenLabs 的自动化线索捕获与 AI 个性化语音跟进
If
Set
Code
+10
22 节点Marth
客户培育
电商生日折扣自动化
使用Google Sheet和Gmail实现电商生日折扣邮件自动化
If
Gmail
Function
+3
7 节点Marth
社交媒体
基于 GPT-4 和 Stripe 发票的自动化智能现金流与账单管理系统
使用 GPT-4、Stripe 和 Google Workspace 的自动化发票工作流与智能提醒
If
Wait
Gmail
+7
16 节点Marth
发票处理
使用 DocuSign 和 Trello 的自动化候选人管理与反馈系统
使用 Slack、DocuSign、Trello 和 Gmail 通知的自动化招聘流程
If
Code
Wait
+9
29 节点Marth
人力资源
使用 Eleven Labs 和 GPT-4 的自动化音频内容
使用Eleven Labs和GPT-4将博客文章转换为音频内容
If
Set
Gmail
+7
12 节点Marth
内容创作