从 Notion 自动化客户培育邮件和推荐收集
高级
这是一个Social Media领域的自动化工作流,包含 20 个节点。主要使用 If, Set, Code, Wait, Notion 等节点。 基于 Notion 数据库跟踪的自动化客户培育邮件系统,在第 7、30 和 60 天发送个性化里程碑邮件,附带 Telegram 通知
前置要求
- •Notion API Key
- •Telegram Bot Token
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"categories": [
"Business",
"CRM",
"Marketing",
"Automation"
],
"instanceId": "client-nurture-automation",
"description": "Automated client nurture email system that sends personalized milestone emails at 7, 30, and 60 days based on Notion database tracking with Telegram notifications",
"templateVersion": "1.0.0",
"templateCreatedBy": {
"id": "n8n-professional",
"name": "n8n Professional Templates"
},
"templateCredentials": [
"notionApi",
"smtp",
"telegramApi"
]
},
"name": "从 Notion 自动化客户培育邮件和推荐收集",
"tags": [
"crm",
"email",
"notion",
"automation",
"nurture"
],
"nodes": [
{
"id": "main-documentation",
"name": "📋 工作流文档",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "config-documentation",
"name": "⚙️ 配置指南",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
480
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "workflow-config",
"name": "🔧 配置",
"type": "n8n-nodes-base.set",
"position": [
920,
180
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "manual-trigger",
"name": "手动触发器",
"type": "n8n-nodes-base.manualTrigger",
"position": [
920,
340
],
"parameters": {},
"typeVersion": 1
},
{
"id": "schedule-trigger",
"name": "每天上午 9 点",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
920,
460
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "get-today-date",
"name": "获取今天日期",
"type": "n8n-nodes-base.code",
"position": [
1160,
400
],
"parameters": {},
"typeVersion": 2
},
{
"id": "query-notion",
"name": "查询 Notion 数据库",
"type": "n8n-nodes-base.httpRequest",
"position": [
1400,
400
],
"parameters": {},
"typeVersion": 4.1
},
{
"id": "calculate-milestones",
"name": "计算里程碑天数",
"type": "n8n-nodes-base.code",
"position": [
1640,
400
],
"parameters": {},
"typeVersion": 2
},
{
"id": "if-day-7",
"name": "是第 7 天吗?",
"type": "n8n-nodes-base.if",
"position": [
1880,
300
],
"parameters": {},
"typeVersion": 2
},
{
"id": "if-day-30",
"name": "是第 30 天吗?",
"type": "n8n-nodes-base.if",
"position": [
1880,
400
],
"parameters": {},
"typeVersion": 2
},
{
"id": "if-day-60",
"name": "是第 60 天吗?",
"type": "n8n-nodes-base.if",
"position": [
1880,
500
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email-day-7",
"name": "发送第 7 天邮件",
"type": "n8n-nodes-base.emailSend",
"position": [
2120,
300
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "email-day-30",
"name": "发送第 30 天邮件",
"type": "n8n-nodes-base.emailSend",
"position": [
2120,
400
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "email-day-60",
"name": "发送第 60 天邮件",
"type": "n8n-nodes-base.emailSend",
"position": [
2120,
500
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "telegram-notify",
"name": "通过 Telegram 通知",
"type": "n8n-nodes-base.telegram",
"position": [
2360,
400
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "webhook-testimonial",
"name": "推荐 Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
920,
680
],
"webhookId": "testimonial-webhook",
"parameters": {},
"typeVersion": 1
},
{
"id": "parse-testimonial",
"name": "解析推荐数据",
"type": "n8n-nodes-base.code",
"position": [
1160,
680
],
"parameters": {},
"typeVersion": 2
},
{
"id": "telegram-testimonial",
"name": "通知新推荐",
"type": "n8n-nodes-base.telegram",
"position": [
1400,
680
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "respond-webhook",
"name": "响应 Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
1640,
680
],
"parameters": {},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"callerPolicy": "workflowsFromSameOwner",
"executionOrder": "v1",
"saveManualExecutions": true
},
"updatedAt": "2025-09-29T12:00:00.000Z",
"versionId": "1.0.0",
"staticData": null,
"connections": {
"Is Day 7?": {
"main": [
[
{
"node": "Send Day 7 Email",
"type": "main",
"index": 0
}
]
]
},
"Is Day 30?": {
"main": [
[
{
"node": "Send Day 30 Email",
"type": "main",
"index": 0
}
]
]
},
"Is Day 60?": {
"main": [
[
{
"node": "Send Day 60 Email",
"type": "main",
"index": 0
}
]
]
},
"Daily at 9 AM": {
"main": [
[
{
"node": "Get Today's Date",
"type": "main",
"index": 0
}
]
]
},
"Manual Trigger": {
"main": [
[
{
"node": "Get Today's Date",
"type": "main",
"index": 0
}
]
]
},
"Get Today's Date": {
"main": [
[
{
"node": "Query Notion Database",
"type": "main",
"index": 0
}
]
]
},
"Send Day 7 Email": {
"main": [
[
{
"node": "Notify via Telegram",
"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
}
]
]
},
"Testimonial Webhook": {
"main": [
[
{
"node": "Parse Testimonial Data",
"type": "main",
"index": 0
}
]
]
},
"Query Notion Database": {
"main": [
[
{
"node": "Calculate Milestone Days",
"type": "main",
"index": 0
}
]
]
},
"Notify New Testimonial": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
},
"Parse Testimonial Data": {
"main": [
[
{
"node": "Notify New Testimonial",
"type": "main",
"index": 0
}
]
]
},
"Calculate Milestone Days": {
"main": [
[
{
"node": "Is Day 7?",
"type": "main",
"index": 0
},
{
"node": "Is Day 30?",
"type": "main",
"index": 0
},
{
"node": "Is Day 60?",
"type": "main",
"index": 0
}
]
]
}
},
"triggerCount": 2
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 社交媒体
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
从Notion进行的客户培育邮件自动化
使用Notion、Email、Tally和Telegram自动化客户培育与评价收集
If
Code
Notion
+3
17 节点Shelly-Ann Davy
社交媒体
自动化客户培育邮件和Notion中的客户评价收集
基于Notion数据库跟踪的自动化客户培育邮件系统,在第7、30和60天发送个性化里程碑邮件,并通过Telegram通知
Code
Telegram
Email Send
+5
14 节点Shelly-Ann Davy
社交媒体
从Notion自动执行客户培育邮件和评价收集
通过Telegram使用Google日历和Notion CRM自动化会议安排
If
Set
Code
+8
19 节点Shelly-Ann Davy
客服机器人
自动化客户培育邮件与Notion客户评价收集
使用WhatsApp、GPT-4V和Google Sheets提取并整理收据数据
If
Code
Notion
+7
18 节点Shelly-Ann Davy
发票处理
使用Gemini、语音和图像生成构建多模态Telegram AI助手
使用Gemini、语音和图像生成构建多模态Telegram AI助手
If
Set
Code
+19
95 节点Iniyavan JC
个人效率
美甲沙龙:主代理V2 Telegram版
集成Telegram、Claude和GPT5-mini的多智能体沙龙预约管理系统
If
Set
Code
+19
67 节点Denis
内容创作
工作流信息
难度等级
高级
节点数量20
分类1
节点类型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 查看 →
分享此工作流