使用 Stripe、邮件、Notion 和 Telegram 自动化数字产品交付与销售追踪
中级
这是一个CRM领域的自动化工作流,包含 7 个节点。主要使用 If, Notion, Webhook, Telegram, EmailSend 等节点。 使用 Stripe、邮件、Notion 和 Telegram 自动化数字产品交付与销售追踪
前置要求
- •Notion API Key
- •HTTP Webhook 端点(n8n 会自动生成)
- •Telegram Bot Token
- •可能需要目标 API 的认证凭证
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
无法加载工作流预览
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"nodes": [
{
"name": "Stripe Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
200,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "获取 Stripe 会话",
"type": "n8n-nodes-base.httpRequest",
"position": [
420,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "检查产品",
"type": "n8n-nodes-base.if",
"position": [
650,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "发送邮件 - 产品 A",
"type": "n8n-nodes-base.emailSend",
"position": [
900,
150
],
"parameters": {},
"typeVersion": 1
},
{
"name": "发送邮件 - 产品 B",
"type": "n8n-nodes-base.emailSend",
"position": [
900,
450
],
"parameters": {},
"typeVersion": 1
},
{
"name": "记录到 Notion",
"type": "n8n-nodes-base.notion",
"position": [
1150,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Telegram 通知",
"type": "n8n-nodes-base.telegram",
"position": [
1400,
300
],
"parameters": {},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"Check Product": {
"main": [
[
{
"node": "Send Email - Product A",
"type": "main",
"index": 0
}
],
[
{
"node": "Send Email - Product B",
"type": "main",
"index": 0
}
]
]
},
"Log to Notion": {
"main": [
[
{
"node": "Telegram Notify",
"type": "main",
"index": 0
}
]
]
},
"Stripe Webhook": {
"main": [
[
{
"node": "Get Stripe Session",
"type": "main",
"index": 0
}
]
]
},
"Get Stripe Session": {
"main": [
[
{
"node": "Check Product",
"type": "main",
"index": 0
}
]
]
},
"Send Email - Product A": {
"main": [
[
{
"node": "Log to Notion",
"type": "main",
"index": 0
}
]
]
},
"Send Email - Product B": {
"main": [
[
{
"node": "Log to Notion",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 客户关系管理
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
从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
发票处理
优雅的客户入职礼宾服务 — 专业版(通用,v3)
使用Notion、邮件和CRM集成的自动客户入职系统
If
Set
Notion
+10
31 节点Shelly-Ann Davy
客户关系管理
从 Notion 自动化客户培育邮件和推荐收集
基于 Notion 数据库跟踪的自动化客户培育邮件系统,在第 7、30 和 60 天发送个性化里程碑邮件,附带 Telegram 通知
If
Set
Code
+7
20 节点Shelly-Ann Davy
社交媒体
企业Reddit智能参与平台
基于AI的Reddit潜在客户生成与社区管理,具备高级评分功能
If
Code
Wait
+9
52 节点Shelly-Ann Davy
从Notion进行的客户培育邮件自动化
使用Notion、Email、Tally和Telegram自动化客户培育与评价收集
If
Code
Notion
+3
17 节点Shelly-Ann Davy
社交媒体
工作流信息
难度等级
中级
节点数量7
分类1
节点类型6
作者
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 查看 →
分享此工作流