从Notion自动执行客户培育邮件和评价收集
高级
这是一个Support Chatbot, Multimodal AI领域的自动化工作流,包含 19 个节点。主要使用 If, Set, Code, Webhook, Telegram 等节点。 通过Telegram使用Google日历和Notion CRM自动化会议安排
前置要求
- •HTTP Webhook 端点(n8n 会自动生成)
- •Telegram Bot Token
- •可能需要目标 API 的认证凭证
使用的节点 (19)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"templateCreatedBy": {
"id": "template-creator",
"name": "n8n Template Creator"
},
"templateCredentials": [
"notionApi",
"smtp",
"telegramApi"
]
},
"name": "从 Notion 自动执行客户培育邮件和评价收集",
"tags": [],
"nodes": [
{
"id": "sticky-overview",
"name": "设置指南",
"type": "n8n-nodes-base.stickyNote",
"position": [
-700,
20
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "sticky-config",
"name": "配置说明",
"type": "n8n-nodes-base.stickyNote",
"position": [
-700,
540
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "manual-trigger",
"name": "手动触发器",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-300,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "schedule-trigger",
"name": "每日计划",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-300,
420
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "settings",
"name": "设置",
"type": "n8n-nodes-base.set",
"position": [
-60,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "get-date",
"name": "获取今日日期",
"type": "n8n-nodes-base.code",
"position": [
160,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "query-notion",
"name": "查询 Notion",
"type": "n8n-nodes-base.httpRequest",
"position": [
380,
360
],
"parameters": {},
"typeVersion": 4.1
},
{
"id": "calculate",
"name": "计算天数",
"type": "n8n-nodes-base.code",
"position": [
600,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "if-day7",
"name": "如果第 7 天",
"type": "n8n-nodes-base.if",
"position": [
820,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "if-day30",
"name": "如果第 30 天",
"type": "n8n-nodes-base.if",
"position": [
820,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "if-day60",
"name": "如果第 60 天",
"type": "n8n-nodes-base.if",
"position": [
820,
460
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email-day7",
"name": "第 7 天邮件",
"type": "n8n-nodes-base.emailSend",
"position": [
1040,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email-day30",
"name": "第 30 天邮件",
"type": "n8n-nodes-base.emailSend",
"position": [
1040,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email-day60",
"name": "第 60 天邮件",
"type": "n8n-nodes-base.emailSend",
"position": [
1040,
460
],
"parameters": {},
"typeVersion": 2
},
{
"id": "telegram-notify",
"name": "Telegram 通知",
"type": "n8n-nodes-base.telegram",
"position": [
1260,
360
],
"parameters": {},
"typeVersion": 1
},
{
"id": "webhook",
"name": "评价 Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
-300,
640
],
"parameters": {},
"typeVersion": 1
},
{
"id": "parse-testimonial",
"name": "解析评价",
"type": "n8n-nodes-base.code",
"position": [
-60,
640
],
"parameters": {},
"typeVersion": 2
},
{
"id": "telegram-testimonial",
"name": "通知评价",
"type": "n8n-nodes-base.telegram",
"position": [
160,
640
],
"parameters": {},
"typeVersion": 1
},
{
"id": "respond",
"name": "响应",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
380,
640
],
"parameters": {},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"connections": {
"Respond": {
"main": []
},
"IF Day 7": {
"main": [
[],
[
{
"node": "Email Day 7",
"type": "main",
"index": 0
}
]
]
},
"Settings": {
"main": [
[
{
"node": "Get Today Date",
"type": "main",
"index": 0
}
]
]
},
"IF Day 30": {
"main": [
[],
[
{
"node": "Email Day 30",
"type": "main",
"index": 0
}
]
]
},
"IF Day 60": {
"main": [
[],
[
{
"node": "Email Day 60",
"type": "main",
"index": 0
}
]
]
},
"Email Day 7": {
"main": [
[
{
"node": "Telegram Notify",
"type": "main",
"index": 0
}
]
]
},
"Email Day 30": {
"main": [
[
{
"node": "Telegram Notify",
"type": "main",
"index": 0
}
]
]
},
"Email Day 60": {
"main": [
[
{
"node": "Telegram Notify",
"type": "main",
"index": 0
}
]
]
},
"Query Notion": {
"main": [
[
{
"node": "Calculate Days",
"type": "main",
"index": 0
}
]
]
},
"Calculate 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
}
]
]
},
"Get Today Date": {
"main": [
[
{
"node": "Query Notion",
"type": "main",
"index": 0
}
]
]
},
"Manual Trigger": {
"main": [
[
{
"node": "Settings",
"type": "main",
"index": 0
}
]
]
},
"Schedule Daily": {
"main": [
[
{
"node": "Settings",
"type": "main",
"index": 0
}
]
]
},
"Parse Testimonial": {
"main": [
[
{
"node": "Notify Testimonial",
"type": "main",
"index": 0
}
]
]
},
"Notify Testimonial": {
"main": [
[
{
"node": "Respond",
"type": "main",
"index": 0
}
]
]
},
"Testimonial Webhook": {
"main": [
[
{
"node": "Parse Testimonial",
"type": "main",
"index": 0
}
]
]
}
},
"triggerCount": 2
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 客服机器人, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
自动化客户培育邮件与Notion客户评价收集
使用WhatsApp、GPT-4V和Google Sheets提取并整理收据数据
If
Code
Notion
+7
18 节点Shelly-Ann Davy
发票处理
使用AI求职信自动搜索职位
使用 Google Jobs、RemoteOK 和 GPT-3.5 自动化带AI求职信的职位搜索
If
Set
Code
+7
17 节点Shelly-Ann Davy
个人效率
灵活新闻聚合器 - 多源集成、AI分析和可设置频道
多源新闻策展系统,集成Mistral AI分析、摘要和自定义频道
If
Set
Xml
+32
120 节点Hybroht
内容创作
使用 OpenAI、LangChain 和 API 集成的工作流自动化初学者指南
使用 OpenAI、LangChain 和 API 集成的工作流自动化初学者指南
If
Set
Code
+13
33 节点Meelioo
内容创作
通过Telegram使用Mistral OCR从图像和PDF中提取文本到Markdown
通过Telegram使用Mistral OCR从图像和PDF中提取文本到Markdown
If
Set
Code
+8
40 节点Rostislav
文档提取
AI症状检查与医生推荐
使用Ollama AI和WhatsApp的医疗症状分析与医生推荐
If
Code
Webhook
+6
15 节点Oneclick AI Squad
客服机器人
工作流信息
难度等级
高级
节点数量19
分类2
节点类型11
作者
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 查看 →
分享此工作流