8
n8n 中文网amn8n.com

从Notion进行的客户培育邮件自动化

高级

这是一个Social Media, Multimodal AI领域的自动化工作流,包含 17 个节点。主要使用 If, Code, Notion, EmailSend, ManualTrigger 等节点。 使用Notion、Email、Tally和Telegram自动化客户培育与评价收集

前置要求
  • Notion API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "name": "从Notion进行的客户培育邮件自动化",
  "tags": [],
  "nodes": [
    {
      "id": "1",
      "name": "手动触发器",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        240,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "2",
      "name": "获取日期",
      "type": "n8n-nodes-base.code",
      "position": [
        460,
        300
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "3",
      "name": "Notion",
      "type": "n8n-nodes-base.notion",
      "position": [
        680,
        300
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "4",
      "name": "计算天数",
      "type": "n8n-nodes-base.code",
      "position": [
        900,
        300
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "5",
      "name": "第7天",
      "type": "n8n-nodes-base.if",
      "position": [
        1120,
        200
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "6",
      "name": "第30天",
      "type": "n8n-nodes-base.if",
      "position": [
        1120,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "7",
      "name": "第60天",
      "type": "n8n-nodes-base.if",
      "position": [
        1120,
        600
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "8",
      "name": "邮件7",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1340,
        200
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "9",
      "name": "邮件30",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1340,
        400
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "10",
      "name": "邮件60",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1340,
        600
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "11",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        140
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "12",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        460,
        140
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "13",
      "name": "便签2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        680,
        140
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "14",
      "name": "便签3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        900,
        140
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "15",
      "name": "便签4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1120,
        40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "16",
      "name": "便利贴5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1340,
        40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "17",
      "name": "便签 6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        480
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "settings": {},
  "updatedAt": "2025-09-29T00:00:00.000Z",
  "versionId": "1",
  "staticData": null,
  "connections": {
    "Day 7": {
      "main": [
        [
          {
            "node": "Email 7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Day 30": {
      "main": [
        [
          {
            "node": "Email 30",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Day 60": {
      "main": [
        [
          {
            "node": "Email 60",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion": {
      "main": [
        [
          {
            "node": "Calculate Days",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Date": {
      "main": [
        [
          {
            "node": "Notion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Calculate Days": {
      "main": [
        [
          {
            "node": "Day 7",
            "type": "main",
            "index": 0
          },
          {
            "node": "Day 30",
            "type": "main",
            "index": 0
          },
          {
            "node": "Day 60",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Get Date",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 0
}
常见问题

如何使用这个工作流?

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

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

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

需要付费吗?

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

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

适合高级用户,包含 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 查看

分享此工作流