8
n8n 中文网amn8n.com

优雅交付 - 服务排期与路线规划器(适配Notion/Sheets)

中级

这是一个CRM, Multimodal AI领域的自动化工作流,包含 15 个节点。主要使用 Wait, Merge, Webhook, Function, Telegram 等节点。 使用Notion、Telegram和地图的配送服务排期与路线规划器

前置要求
  • HTTP Webhook 端点(n8n 会自动生成)
  • Telegram Bot Token
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移

无法加载工作流预览

导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "name": "优雅交付 - 服务排期与路线规划器(适配 Notion/Sheets)",
  "nodes": [
    {
      "name": "📝 说明(请先阅读)",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        20,
        -20
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "name": "🧰 设置与凭证",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        20,
        440
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "name": "📦 Notion/Sheets 数据结构",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        820,
        -20
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "name": "🧭 数据映射器(示例载荷)",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        820,
        380
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "name": "Webhook(预订)",
      "type": "n8n-nodes-base.webhook",
      "position": [
        20,
        920
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "解析预订",
      "type": "n8n-nodes-base.function",
      "position": [
        300,
        920
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "地理编码(OSM Nominatim)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        560,
        860
      ],
      "parameters": {},
      "typeVersion": 4
    },
    {
      "name": "格式化地理编码",
      "type": "n8n-nodes-base.function",
      "position": [
        800,
        860
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "合并数据",
      "type": "n8n-nodes-base.merge",
      "position": [
        1040,
        920
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "生成摘要与链接",
      "type": "n8n-nodes-base.function",
      "position": [
        1260,
        920
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "Telegram → 所有者提醒",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1500,
        800
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "等待至开始前1小时",
      "type": "n8n-nodes-base.wait",
      "position": [
        1500,
        1040
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "邮件 → 客户(到达前通知)",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1740,
        1040
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "name": "响应Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1740,
        800
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "✨ 可选附加功能",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2060,
        760
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {},
  "staticData": {},
  "connections": {
    "Merge Data": {
      "main": [
        [
          {
            "node": "Build Summary & Links",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse Booking": {
      "main": [
        [
          {
            "node": "Geocode (OSM Nominatim)",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Merge Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Geocode": {
      "main": [
        [
          {
            "node": "Merge Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook (Bookings)": {
      "main": [
        [
          {
            "node": "Parse Booking",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait until 1h before": {
      "main": [
        [
          {
            "node": "Email → Client (Pre-arrival)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build Summary & Links": {
      "main": [
        [
          {
            "node": "Telegram → Owner Alert",
            "type": "main",
            "index": 0
          },
          {
            "node": "Wait until 1h before",
            "type": "main",
            "index": 0
          },
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Geocode (OSM Nominatim)": {
      "main": [
        [
          {
            "node": "Format Geocode",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - 客户关系管理, 多模态 AI

需要付费吗?

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

工作流信息
难度等级
中级
节点数量15
分类2
节点类型9
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

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

分享此工作流