弃购购物车恢复邮件
中级
这是一个Lead Nurturing领域的自动化工作流,包含 12 个节点。主要使用 If, Set, Wait, Shopify, EmailSend 等节点。 自动化Shopify店铺弃购购物车恢复邮件
前置要求
- •Shopify Admin API 凭证
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "Gx5DBmEYxiVkQjJO",
"meta": {
"instanceId": "2000c64071c20843606b95c63795bb0797c41036047055a6586498e855b96efc"
},
"name": "弃购购物车恢复邮件",
"tags": [],
"nodes": [
{
"id": "21b8840b-09d2-44ab-9d26-bd3bec00e4ce",
"name": "购物车创建",
"type": "n8n-nodes-base.shopifyTrigger",
"position": [
-860,
340
],
"webhookId": "cart-webhook-001",
"parameters": {},
"typeVersion": 1
},
{
"id": "b9cac3ca-f8d9-4bd0-bd68-ad363e7b9b7f",
"name": "等待 1 小时",
"type": "n8n-nodes-base.wait",
"position": [
-640,
340
],
"webhookId": "f5549382-d8dd-4ea7-8bfd-c144b8a07755",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "ddd8efe1-6d20-4e81-af0d-373a0e8b9a79",
"name": "检查订单是否存在",
"type": "n8n-nodes-base.shopify",
"position": [
-420,
340
],
"parameters": {},
"typeVersion": 1
},
{
"id": "373b19b0-2271-4617-8010-397c44442c8c",
"name": "如果购物车被弃购",
"type": "n8n-nodes-base.if",
"position": [
-200,
340
],
"parameters": {},
"typeVersion": 2
},
{
"id": "34fe14ce-ce1e-423b-a092-885223aea946",
"name": "格式化邮件数据",
"type": "n8n-nodes-base.set",
"position": [
20,
340
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "0d2b87b8-a254-4777-9499-dc7a0b80d555",
"name": "发送恢复邮件",
"type": "n8n-nodes-base.emailSend",
"position": [
240,
340
],
"webhookId": "49705359-48b5-4206-bb85-f2b7cd9c2940",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "fb16786b-9f9c-4ca7-b305-ed99b08c5410",
"name": "工作流信息",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1200,
120
],
"parameters": {
"content": "确保您的表名与实际知识库结构匹配"
},
"typeVersion": 1
},
{
"id": "2905b395-c08a-4635-9aae-3570501dc8ae",
"name": "功能与配置",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
0
],
"parameters": {
"content": "确保您的表名与实际知识库结构匹配"
},
"typeVersion": 1
},
{
"id": "86da44ac-1f29-4ee4-af11-7800b0101706",
"name": "商业价值",
"type": "n8n-nodes-base.stickyNote",
"position": [
80,
500
],
"parameters": {
"content": "确保您的表名与实际知识库结构匹配"
},
"typeVersion": 1
},
{
"id": "770c98ba-1f3d-4063-8917-10200ea495ea",
"name": "客户旅程",
"type": "n8n-nodes-base.stickyNote",
"position": [
-580,
0
],
"parameters": {
"content": "确保您的表名与实际知识库结构匹配"
},
"typeVersion": 1
},
{
"id": "d0af7b75-7242-49e2-9263-ab9a9d458fd2",
"name": "邮件设置",
"type": "n8n-nodes-base.stickyNote",
"position": [
240,
60
],
"parameters": {
"content": "确保您的表名与实际知识库结构匹配"
},
"typeVersion": 1
},
{
"id": "9012979d-cd0f-4a4e-a670-ca5e8cc0a04a",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-520,
520
],
"parameters": {
"content": "确保您的表名与实际知识库结构匹配"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "f97ae925-780a-49be-89fc-2cbb903b593b",
"connections": {
"Wait 1 Hour": {
"main": [
[
{
"node": "Check if Order Exists",
"type": "main",
"index": 0
}
]
]
},
"Cart Created": {
"main": [
[
{
"node": "Wait 1 Hour",
"type": "main",
"index": 0
}
]
]
},
"Format Email Data": {
"main": [
[
{
"node": "Send Recovery Email",
"type": "main",
"index": 0
}
]
]
},
"If Cart Abandoned": {
"main": [
[
{
"node": "Format Email Data",
"type": "main",
"index": 0
}
]
]
},
"Check if Order Exists": {
"main": [
[
{
"node": "If Cart Abandoned",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 客户培育
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
Shopify购买后通过邮件发送个性化产品推荐
Shopify购买后通过邮件发送个性化产品推荐
If
Code
Wait
+6
12 节点David Olusola
社交媒体
使用Google套件、PDF和邮件自动化商业保险提交
通过Google套件、PDF和邮件自动化商业保险提交流程
If
Set
Code
+10
37 节点David Olusola
文档提取
太阳能线索重新激活
AI驱动的短信、邮件和Google表格自动化重新激活太阳能线索
Code
Wait
Open Ai
+7
28 节点David Olusola
客户培育
使用随机模板和Google Sheets追踪的自动冷邮件营销活动
使用随机模板和Google Sheets追踪的自动冷邮件营销活动
If
Set
Code
+7
20 节点Anir Agram
客户培育
学习使用 n8n 实现客户入职自动化
使用 HubSpot、邮件序列和团队警报实现客户入职自动化
If
Wait
Hubspot
+4
23 节点David Olusola
客户关系管理
SHOPIFY库存低库存监控
监控Shopify库存并向Slack发送低库存警报
If
Set
Code
+4
10 节点David Olusola
杂项
工作流信息
难度等级
中级
节点数量12
分类1
节点类型7
作者
David Olusola
@dae221I help ambitious businesses eliminate operational bottlenecks and scale faster with AI automation. My clients typically see 40-60% efficiency gains within 90 days. Currently accepting 3 new projects this quarter - david@daexai.com
外部链接
在 n8n.io 查看 →
分享此工作流