8
n8n 中文网amn8n.com

自动化客户培育邮件与Notion客户评价收集

高级

这是一个Invoice Processing, AI Summarization, Multimodal AI领域的自动化工作流,包含 18 个节点。主要使用 If, Code, Notion, Webhook, Telegram 等节点。 使用WhatsApp、GPT-4V和Google Sheets提取并整理收据数据

前置要求
  • Notion API Key
  • HTTP Webhook 端点(n8n 会自动生成)
  • Telegram Bot Token
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "name": "自动化客户培育邮件和 Notion 中的客户评价收集",
  "tags": [],
  "nodes": [
    {
      "id": "sticky-header",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "sticky-setup",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        300
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "manual1",
      "name": "手动触发器",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        220,
        660
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "schedule1",
      "name": "计划触发器",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        220,
        760
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "getdate1",
      "name": "获取今日日期",
      "type": "n8n-nodes-base.code",
      "position": [
        420,
        710
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "notion1",
      "name": "获取 Notion 客户",
      "type": "n8n-nodes-base.notion",
      "position": [
        620,
        710
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "calculate1",
      "name": "计算里程碑天数",
      "type": "n8n-nodes-base.code",
      "position": [
        820,
        710
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "ifday7",
      "name": "如果是第7天",
      "type": "n8n-nodes-base.if",
      "position": [
        1020,
        610
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "ifday30",
      "name": "如果是第30天",
      "type": "n8n-nodes-base.if",
      "position": [
        1020,
        710
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "ifday60",
      "name": "如果是第60天",
      "type": "n8n-nodes-base.if",
      "position": [
        1020,
        810
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "email7",
      "name": "发送第7天邮件",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1220,
        610
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "email30",
      "name": "发送第30天邮件",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1220,
        710
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "email60",
      "name": "发送第60天邮件",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1220,
        810
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "telegram1",
      "name": "通过 Telegram 通知",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1420,
        710
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "webhook1",
      "name": "客户评价 Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        220,
        980
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "parse1",
      "name": "解析客户评价",
      "type": "n8n-nodes-base.code",
      "position": [
        420,
        980
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "telegram2",
      "name": "通知客户评价",
      "type": "n8n-nodes-base.telegram",
      "position": [
        620,
        980
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "respond1",
      "name": "响应 Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        820,
        980
      ],
      "parameters": {},
      "typeVersion": 1.1
    }
  ],
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "updatedAt": "2025-10-06T00:00:00.000Z",
  "versionId": "1.0.0",
  "staticData": null,
  "connections": {
    "IF Day 7": {
      "main": [
        [
          {
            "node": "Send Day 7 Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF Day 30": {
      "main": [
        [
          {
            "node": "Send Day 30 Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF Day 60": {
      "main": [
        [
          {
            "node": "Send Day 60 Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Today Date": {
      "main": [
        [
          {
            "node": "Get Notion Clients",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Get Today Date",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get Today Date",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Day 7 Email": {
      "main": [
        [
          {
            "node": "Notify via Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse Testimonial": {
      "main": [
        [
          {
            "node": "Notify Testimonial",
            "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
          }
        ]
      ]
    },
    "Get Notion Clients": {
      "main": [
        [
          {
            "node": "Calculate Milestone Days",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notify Testimonial": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Testimonial Webhook": {
      "main": [
        [
          {
            "node": "Parse Testimonial",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Calculate Milestone 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
          }
        ]
      ]
    }
  },
  "triggerCount": 0
}
常见问题

如何使用这个工作流?

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

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

高级 - 发票处理, AI 摘要总结, 多模态 AI

需要付费吗?

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

工作流信息
难度等级
高级
节点数量18
分类3
节点类型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 查看

分享此工作流