自动化客户培育邮件与Notion客户评价收集
高级
这是一个Invoice Processing, AI Summarization, Multimodal AI领域的自动化工作流,包含 18 个节点。主要使用 If, Code, Notion, Webhook, Telegram 等节点。 使用WhatsApp、GPT-4V和Google Sheets提取并整理收据数据
前置要求
- •Notion API Key
- •HTTP Webhook 端点(n8n 会自动生成)
- •Telegram Bot Token
使用的节点 (18)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"name": "自动化客户培育邮件和 Notion 中的客户评价收集",
"tags": [],
"nodes": [
{
"id": "sticky-header",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "sticky-setup",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
300
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "manual1",
"name": "手动触发器",
"type": "n8n-nodes-base.manualTrigger",
"position": [
220,
660
],
"parameters": {},
"typeVersion": 1
},
{
"id": "schedule1",
"name": "计划触发器",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
220,
760
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "getdate1",
"name": "获取今日日期",
"type": "n8n-nodes-base.code",
"position": [
420,
710
],
"parameters": {},
"typeVersion": 2
},
{
"id": "notion1",
"name": "获取 Notion 客户",
"type": "n8n-nodes-base.notion",
"position": [
620,
710
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "calculate1",
"name": "计算里程碑天数",
"type": "n8n-nodes-base.code",
"position": [
820,
710
],
"parameters": {},
"typeVersion": 2
},
{
"id": "ifday7",
"name": "如果是第7天",
"type": "n8n-nodes-base.if",
"position": [
1020,
610
],
"parameters": {},
"typeVersion": 2
},
{
"id": "ifday30",
"name": "如果是第30天",
"type": "n8n-nodes-base.if",
"position": [
1020,
710
],
"parameters": {},
"typeVersion": 2
},
{
"id": "ifday60",
"name": "如果是第60天",
"type": "n8n-nodes-base.if",
"position": [
1020,
810
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email7",
"name": "发送第7天邮件",
"type": "n8n-nodes-base.emailSend",
"position": [
1220,
610
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "email30",
"name": "发送第30天邮件",
"type": "n8n-nodes-base.emailSend",
"position": [
1220,
710
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "email60",
"name": "发送第60天邮件",
"type": "n8n-nodes-base.emailSend",
"position": [
1220,
810
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "telegram1",
"name": "通过 Telegram 通知",
"type": "n8n-nodes-base.telegram",
"position": [
1420,
710
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "webhook1",
"name": "客户评价 Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
220,
980
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "parse1",
"name": "解析客户评价",
"type": "n8n-nodes-base.code",
"position": [
420,
980
],
"parameters": {},
"typeVersion": 2
},
{
"id": "telegram2",
"name": "通知客户评价",
"type": "n8n-nodes-base.telegram",
"position": [
620,
980
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "respond1",
"name": "响应 Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
820,
980
],
"parameters": {},
"typeVersion": 1.1
}
],
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"updatedAt": "2025-10-06T00:00:00.000Z",
"versionId": "1.0.0",
"staticData": null,
"connections": {
"IF Day 7": {
"main": [
[
{
"node": "Send Day 7 Email",
"type": "main",
"index": 0
}
]
]
},
"IF Day 30": {
"main": [
[
{
"node": "Send Day 30 Email",
"type": "main",
"index": 0
}
]
]
},
"IF Day 60": {
"main": [
[
{
"node": "Send Day 60 Email",
"type": "main",
"index": 0
}
]
]
},
"Get Today Date": {
"main": [
[
{
"node": "Get Notion Clients",
"type": "main",
"index": 0
}
]
]
},
"Manual Trigger": {
"main": [
[
{
"node": "Get Today Date",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger": {
"main": [
[
{
"node": "Get Today Date",
"type": "main",
"index": 0
}
]
]
},
"Send Day 7 Email": {
"main": [
[
{
"node": "Notify via Telegram",
"type": "main",
"index": 0
}
]
]
},
"Parse Testimonial": {
"main": [
[
{
"node": "Notify Testimonial",
"type": "main",
"index": 0
}
]
]
},
"Send Day 30 Email": {
"main": [
[
{
"node": "Notify via Telegram",
"type": "main",
"index": 0
}
]
]
},
"Send Day 60 Email": {
"main": [
[
{
"node": "Notify via Telegram",
"type": "main",
"index": 0
}
]
]
},
"Get Notion Clients": {
"main": [
[
{
"node": "Calculate Milestone Days",
"type": "main",
"index": 0
}
]
]
},
"Notify Testimonial": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
},
"Testimonial Webhook": {
"main": [
[
{
"node": "Parse Testimonial",
"type": "main",
"index": 0
}
]
]
},
"Calculate Milestone Days": {
"main": [
[
{
"node": "IF Day 7",
"type": "main",
"index": 0
},
{
"node": "IF Day 30",
"type": "main",
"index": 0
},
{
"node": "IF Day 60",
"type": "main",
"index": 0
}
]
]
}
},
"triggerCount": 0
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 发票处理, AI 摘要总结, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
从Notion自动执行客户培育邮件和评价收集
通过Telegram使用Google日历和Notion CRM自动化会议安排
If
Set
Code
+8
19 节点Shelly-Ann Davy
客服机器人
灵活新闻聚合器 - 多源集成、AI分析和可设置频道
多源新闻策展系统,集成Mistral AI分析、摘要和自定义频道
If
Set
Xml
+32
120 节点Hybroht
内容创作
面向财务与会计的 AI 驱动发票提醒与付款追踪器
基于AI的发票提醒与付款追踪器,专为财务与会计设计
If
Set
Code
+8
35 节点Oneclick AI Squad
发票处理
从Notion进行的客户培育邮件自动化
使用Notion、Email、Tally和Telegram自动化客户培育与评价收集
If
Code
Notion
+3
17 节点Shelly-Ann Davy
社交媒体
自动财务追踪器:同步收据、预测现金流并获取月度报告
使用Gmail、Google Sheets和GPT-4o月度报告的自动化财务追踪器
If
Set
Cron
+6
17 节点Shelly-Ann Davy
发票处理
使用PDF向量、Google Drive和数据库提取和存储发票数据
使用PDF向量、Google Drive和数据库提取和存储发票数据
If
Code
Slack
+7
26 节点PDF Vector
发票处理
工作流信息
难度等级
高级
节点数量18
分类3
节点类型10
作者
Shelly-Ann Davy
@SheCodesFlowFounder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”
外部链接
在 n8n.io 查看 →
分享此工作流