客户培育与推荐自动化(Gumroad → Notion → 邮件)
高级
这是一个Social Media, Multimodal AI领域的自动化工作流,包含 17 个节点。主要使用 Wait, Notion, Webhook, Function, EmailSend 等节点。 使用 Notion 和邮件的 Gumroad 客户培育与推荐自动导航
前置要求
- •Notion API Key
- •HTTP Webhook 端点(n8n 会自动生成)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {},
"name": "客户培育与推荐自动化(Gumroad → Notion → 邮件)",
"nodes": [
{
"id": "StickyOverview",
"name": "📌 置顶 — 概述与设置",
"type": "n8n-nodes-base.stickyNote",
"position": [
-200,
-120
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "WebhookSale",
"name": "Gumroad 销售(Webhook)",
"type": "n8n-nodes-base.webhook",
"position": [
80,
-120
],
"parameters": {},
"typeVersion": 1
},
{
"id": "FnMap",
"name": "映射销售 → 客户",
"type": "n8n-nodes-base.function",
"position": [
340,
-120
],
"parameters": {},
"typeVersion": 2
},
{
"id": "NotionCreateClient",
"name": "Notion — 创建客户",
"type": "n8n-nodes-base.notion",
"position": [
600,
-120
],
"parameters": {},
"typeVersion": 2
},
{
"id": "EmailDelivery",
"name": "邮件 — 交付(立即)",
"type": "n8n-nodes-base.emailSend",
"position": [
860,
-120
],
"parameters": {},
"typeVersion": 2
},
{
"id": "Wait3d",
"name": "等待 — 3 天",
"type": "n8n-nodes-base.wait",
"position": [
1060,
-120
],
"parameters": {},
"typeVersion": 1
},
{
"id": "EmailTips",
"name": "邮件 — 提示(第 3 天)",
"type": "n8n-nodes-base.emailSend",
"position": [
1260,
-120
],
"parameters": {},
"typeVersion": 2
},
{
"id": "Wait7d",
"name": "等待 — 7 天",
"type": "n8n-nodes-base.wait",
"position": [
1460,
-120
],
"parameters": {},
"typeVersion": 1
},
{
"id": "FnTestimonialLink",
"name": "构建推荐链接",
"type": "n8n-nodes-base.function",
"position": [
1660,
-120
],
"parameters": {},
"typeVersion": 2
},
{
"id": "EmailAsk",
"name": "邮件 — 推荐请求(第 7 天)",
"type": "n8n-nodes-base.emailSend",
"position": [
1860,
-120
],
"parameters": {},
"typeVersion": 2
},
{
"id": "WebhookTestimonial",
"name": "推荐(Webhook)",
"type": "n8n-nodes-base.webhook",
"position": [
80,
260
],
"parameters": {},
"typeVersion": 1
},
{
"id": "FnMapT",
"name": "映射推荐",
"type": "n8n-nodes-base.function",
"position": [
340,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "NotionCreateT",
"name": "Notion — 创建推荐",
"type": "n8n-nodes-base.notion",
"position": [
600,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "EmailOwner",
"name": "邮件 — 所有者通知",
"type": "n8n-nodes-base.emailSend",
"position": [
860,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "RespondOK",
"name": "回复 — 感谢",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
1060,
260
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ErrorTrig",
"name": "出错时",
"type": "n8n-nodes-base.errorTrigger",
"position": [
80,
520
],
"parameters": {},
"typeVersion": 1
},
{
"id": "EmailError",
"name": "邮件 — 错误提醒",
"type": "n8n-nodes-base.emailSend",
"position": [
340,
520
],
"parameters": {},
"typeVersion": 2
}
],
"pinData": {},
"settings": {
"executionOrder": "v1",
"saveExecutionProgress": true
},
"connections": {
"ErrorTrig": {
"main": [
[
{
"node": "EmailError",
"type": "main",
"index": 0
}
]
]
},
"FnMapT": {
"main": [
[
{
"node": "NotionCreateT",
"type": "main",
"index": 0
}
]
]
},
"Wait3d": {
"main": [
[
{
"node": "EmailTips",
"type": "main",
"index": 0
}
]
]
},
"Wait7d": {
"main": [
[
{
"node": "FnTestimonialLink",
"type": "main",
"index": 0
}
]
]
},
"FnMap": {
"main": [
[
{
"node": "NotionCreateClient",
"type": "main",
"index": 0
}
]
]
},
"WebhookTestimonial": {
"main": [
[
{
"node": "FnMapT",
"type": "main",
"index": 0
}
]
]
},
"FnTestimonialLink": {
"main": [
[
{
"node": "EmailAsk",
"type": "main",
"index": 0
}
]
]
},
"EmailOwner": {
"main": [
[
{
"node": "RespondOK",
"type": "main",
"index": 0
}
]
]
},
"EmailTips": {
"main": [
[
{
"node": "Wait7d",
"type": "main",
"index": 0
}
]
]
},
"WebhookSale": {
"main": [
[
{
"node": "FnMap",
"type": "main",
"index": 0
}
]
]
},
"NotionCreateClient": {
"main": [
[
{
"node": "EmailDelivery",
"type": "main",
"index": 0
}
]
]
},
"NotionCreateT": {
"main": [
[
{
"node": "EmailOwner",
"type": "main",
"index": 0
}
]
]
},
"EmailDelivery": {
"main": [
[
{
"node": "Wait3d",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 社交媒体, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
脸红粉红周 — 7天Pinterest规划器(n8n + Notion)
集成Notion与邮件发送功能的7天Pinterest内容规划器
If
Set
Cron
+
If
Set
Cron
17 节点Shelly-Ann Davy
社交媒体
优雅的客户入职礼宾服务 — 专业版(通用,v3)
使用Notion、邮件和CRM集成的自动客户入职系统
If
Set
Notion
+
If
Set
Notion
31 节点Shelly-Ann Davy
客户关系管理
肯定发送器 + 每周感恩摘要(健康)v2
使用Notion、邮件和Telegram的每日肯定语和每周感恩摘要
If
Set
Cron
+
If
Set
Cron
26 节点Shelly-Ann Davy
个人效率
Pantry 软库存补货 — Notion → 购物清单 + 电子邮件
使用 Notion 和邮件通知自动管理食品储藏室库存
Set
Cron
Notion
+
Set
Cron
Notion
15 节点Shelly-Ann Davy
个人效率
优雅内容激发 — RSS → Notion (n8n)
将 RSS 源整理为每日内容创意,通过邮件发送,支持 Notion 和 Telegram 选项
If
Set
Cron
+
If
Set
Cron
20 节点Shelly-Ann Davy
内容创作
规划每周膳食并将食材添加到Notion(Cron + 邮件)
在Notion中生成每周购物清单并自动发送邮件通知
If
Set
Code
+
If
Set
Code
20 节点Shelly-Ann
个人效率
工作流信息
难度等级
高级
节点数量17
分类2
节点类型8
作者
Shelly-Ann Davy
@shecodesfloFounder 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 查看 →
分享此工作流