8
n8n 中文网amn8n.com

客户培育与推荐自动化(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": {
    "On Error": {
      "main": [
        [
          {
            "node": "Email — Error Alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Map Testimonial": {
      "main": [
        [
          {
            "node": "Notion — Create Testimonial",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait — 3 days": {
      "main": [
        [
          {
            "node": "Email — Tips (Day 3)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait — 7 days": {
      "main": [
        [
          {
            "node": "Build Testimonial Link",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Map Sale → Client": {
      "main": [
        [
          {
            "node": "Notion — Create Client",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Testimonial (Webhook)": {
      "main": [
        [
          {
            "node": "Map Testimonial",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build Testimonial Link": {
      "main": [
        [
          {
            "node": "Email — Testimonial Ask (Day 7)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email — Owner Notify": {
      "main": [
        [
          {
            "node": "Respond — Thank You",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email — Tips (Day 3)": {
      "main": [
        [
          {
            "node": "Wait — 7 days",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gumroad Sale (Webhook)": {
      "main": [
        [
          {
            "node": "Map Sale → Client",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion — Create Client": {
      "main": [
        [
          {
            "node": "Email — Delivery (Immediate)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion — Create Testimonial": {
      "main": [
        [
          {
            "node": "Email — Owner Notify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email — Delivery (Immediate)": {
      "main": [
        [
          {
            "node": "Wait — 3 days",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

高级 - 社交媒体, 多模态 AI

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
高级
节点数量17
分类2
节点类型8
难度说明

适合高级用户,包含 16+ 个节点的复杂工作流

作者
Shelly-Ann Davy

Shelly-Ann Davy

@shecodesflo

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

分享此工作流