8
n8n 中文网amn8n.com

从Notion自动执行客户培育邮件和评价收集

高级

这是一个Support Chatbot, Multimodal AI领域的自动化工作流,包含 19 个节点。主要使用 If, Set, Code, Webhook, Telegram 等节点。 通过Telegram使用Google日历和Notion CRM自动化会议安排

前置要求
  • HTTP Webhook 端点(n8n 会自动生成)
  • Telegram Bot Token
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "templateCreatedBy": {
      "id": "template-creator",
      "name": "n8n Template Creator"
    },
    "templateCredentials": [
      "notionApi",
      "smtp",
      "telegramApi"
    ]
  },
  "name": "从 Notion 自动执行客户培育邮件和评价收集",
  "tags": [],
  "nodes": [
    {
      "id": "sticky-overview",
      "name": "设置指南",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        20
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "sticky-config",
      "name": "配置说明",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        540
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "manual-trigger",
      "name": "手动触发器",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -300,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "schedule-trigger",
      "name": "每日计划",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -300,
        420
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "settings",
      "name": "设置",
      "type": "n8n-nodes-base.set",
      "position": [
        -60,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "get-date",
      "name": "获取今日日期",
      "type": "n8n-nodes-base.code",
      "position": [
        160,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "query-notion",
      "name": "查询 Notion",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        380,
        360
      ],
      "parameters": {},
      "typeVersion": 4.1
    },
    {
      "id": "calculate",
      "name": "计算天数",
      "type": "n8n-nodes-base.code",
      "position": [
        600,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "if-day7",
      "name": "如果第 7 天",
      "type": "n8n-nodes-base.if",
      "position": [
        820,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "if-day30",
      "name": "如果第 30 天",
      "type": "n8n-nodes-base.if",
      "position": [
        820,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "if-day60",
      "name": "如果第 60 天",
      "type": "n8n-nodes-base.if",
      "position": [
        820,
        460
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "email-day7",
      "name": "第 7 天邮件",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1040,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "email-day30",
      "name": "第 30 天邮件",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1040,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "email-day60",
      "name": "第 60 天邮件",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1040,
        460
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "telegram-notify",
      "name": "Telegram 通知",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1260,
        360
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "webhook",
      "name": "评价 Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -300,
        640
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "parse-testimonial",
      "name": "解析评价",
      "type": "n8n-nodes-base.code",
      "position": [
        -60,
        640
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "telegram-testimonial",
      "name": "通知评价",
      "type": "n8n-nodes-base.telegram",
      "position": [
        160,
        640
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "respond",
      "name": "响应",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        380,
        640
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "connections": {
    "Respond": {
      "main": []
    },
    "IF Day 7": {
      "main": [
        [],
        [
          {
            "node": "Email Day 7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Settings": {
      "main": [
        [
          {
            "node": "Get Today Date",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF Day 30": {
      "main": [
        [],
        [
          {
            "node": "Email Day 30",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF Day 60": {
      "main": [
        [],
        [
          {
            "node": "Email Day 60",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email Day 7": {
      "main": [
        [
          {
            "node": "Telegram Notify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email Day 30": {
      "main": [
        [
          {
            "node": "Telegram Notify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email Day 60": {
      "main": [
        [
          {
            "node": "Telegram Notify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Query Notion": {
      "main": [
        [
          {
            "node": "Calculate Days",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Calculate Days": {
      "main": [
        [
          {
            "node": "IF Day 7",
            "type": "main",
            "index": 0
          },
          {
            "node": "IF Day 30",
            "type": "main",
            "index": 0
          },
          {
            "node": "IF Day 60",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Today Date": {
      "main": [
        [
          {
            "node": "Query Notion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Settings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Daily": {
      "main": [
        [
          {
            "node": "Settings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse Testimonial": {
      "main": [
        [
          {
            "node": "Notify Testimonial",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notify Testimonial": {
      "main": [
        [
          {
            "node": "Respond",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Testimonial Webhook": {
      "main": [
        [
          {
            "node": "Parse Testimonial",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 2
}
常见问题

如何使用这个工作流?

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

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

高级 - 客服机器人, 多模态 AI

需要付费吗?

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

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

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

分享此工作流