8
n8n 中文网amn8n.com

弃购购物车恢复邮件

中级

这是一个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)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量12
分类1
节点类型7
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
David Olusola

David Olusola

@dae221

I 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 查看

分享此工作流