8
n8n 中文网amn8n.com

从 Notion 自动化客户培育邮件和推荐收集

高级

这是一个Social Media领域的自动化工作流,包含 20 个节点。主要使用 If, Set, Code, Wait, Notion 等节点。 基于 Notion 数据库跟踪的自动化客户培育邮件系统,在第 7、30 和 60 天发送个性化里程碑邮件,附带 Telegram 通知

前置要求
  • Notion API Key
  • Telegram Bot Token
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "categories": [
      "Business",
      "CRM",
      "Marketing",
      "Automation"
    ],
    "instanceId": "client-nurture-automation",
    "description": "Automated client nurture email system that sends personalized milestone emails at 7, 30, and 60 days based on Notion database tracking with Telegram notifications",
    "templateVersion": "1.0.0",
    "templateCreatedBy": {
      "id": "n8n-professional",
      "name": "n8n Professional Templates"
    },
    "templateCredentials": [
      "notionApi",
      "smtp",
      "telegramApi"
    ]
  },
  "name": "从 Notion 自动化客户培育邮件和推荐收集",
  "tags": [
    "crm",
    "email",
    "notion",
    "automation",
    "nurture"
  ],
  "nodes": [
    {
      "id": "main-documentation",
      "name": "📋 工作流文档",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "config-documentation",
      "name": "⚙️ 配置指南",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        480
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "workflow-config",
      "name": "🔧 配置",
      "type": "n8n-nodes-base.set",
      "position": [
        920,
        180
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "manual-trigger",
      "name": "手动触发器",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        920,
        340
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "schedule-trigger",
      "name": "每天上午 9 点",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        920,
        460
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "get-today-date",
      "name": "获取今天日期",
      "type": "n8n-nodes-base.code",
      "position": [
        1160,
        400
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "query-notion",
      "name": "查询 Notion 数据库",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1400,
        400
      ],
      "parameters": {},
      "typeVersion": 4.1
    },
    {
      "id": "calculate-milestones",
      "name": "计算里程碑天数",
      "type": "n8n-nodes-base.code",
      "position": [
        1640,
        400
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "if-day-7",
      "name": "是第 7 天吗?",
      "type": "n8n-nodes-base.if",
      "position": [
        1880,
        300
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "if-day-30",
      "name": "是第 30 天吗?",
      "type": "n8n-nodes-base.if",
      "position": [
        1880,
        400
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "if-day-60",
      "name": "是第 60 天吗?",
      "type": "n8n-nodes-base.if",
      "position": [
        1880,
        500
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "email-day-7",
      "name": "发送第 7 天邮件",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        2120,
        300
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "email-day-30",
      "name": "发送第 30 天邮件",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        2120,
        400
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "email-day-60",
      "name": "发送第 60 天邮件",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        2120,
        500
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "telegram-notify",
      "name": "通过 Telegram 通知",
      "type": "n8n-nodes-base.telegram",
      "position": [
        2360,
        400
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "webhook-testimonial",
      "name": "推荐 Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        920,
        680
      ],
      "webhookId": "testimonial-webhook",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "parse-testimonial",
      "name": "解析推荐数据",
      "type": "n8n-nodes-base.code",
      "position": [
        1160,
        680
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "telegram-testimonial",
      "name": "通知新推荐",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1400,
        680
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "respond-webhook",
      "name": "响应 Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1640,
        680
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "callerPolicy": "workflowsFromSameOwner",
    "executionOrder": "v1",
    "saveManualExecutions": true
  },
  "updatedAt": "2025-09-29T12:00:00.000Z",
  "versionId": "1.0.0",
  "staticData": null,
  "connections": {
    "Is Day 7?": {
      "main": [
        [
          {
            "node": "Send Day 7 Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is Day 30?": {
      "main": [
        [
          {
            "node": "Send Day 30 Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is Day 60?": {
      "main": [
        [
          {
            "node": "Send Day 60 Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily at 9 AM": {
      "main": [
        [
          {
            "node": "Get Today's Date",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Get Today's Date",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Today's Date": {
      "main": [
        [
          {
            "node": "Query Notion Database",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Day 7 Email": {
      "main": [
        [
          {
            "node": "Notify via Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Day 30 Email": {
      "main": [
        [
          {
            "node": "Notify via Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Day 60 Email": {
      "main": [
        [
          {
            "node": "Notify via Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Testimonial Webhook": {
      "main": [
        [
          {
            "node": "Parse Testimonial Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Query Notion Database": {
      "main": [
        [
          {
            "node": "Calculate Milestone Days",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notify New Testimonial": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse Testimonial Data": {
      "main": [
        [
          {
            "node": "Notify New Testimonial",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Calculate Milestone Days": {
      "main": [
        [
          {
            "node": "Is Day 7?",
            "type": "main",
            "index": 0
          },
          {
            "node": "Is Day 30?",
            "type": "main",
            "index": 0
          },
          {
            "node": "Is Day 60?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 2
}
常见问题

如何使用这个工作流?

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

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

高级 - 社交媒体

需要付费吗?

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

工作流信息
难度等级
高级
节点数量20
分类1
节点类型10
难度说明

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

作者
Shelly-Ann Davy

Shelly-Ann Davy

@SheCodesFlow

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

分享此工作流