8
n8n 中文网amn8n.com

VIP订单提醒

中级

这是一个CRM领域的自动化工作流,包含 6 个节点。主要使用 If, Webhook, ZohoCrm 等节点。 在Zoho CRM中自动标记高价值销售订单并发送VIP提醒

前置要求
  • HTTP Webhook 端点(n8n 会自动生成)

使用的节点 (6)

工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "UKluUCTyo3t8l8GF",
  "meta": {
    "instanceId": "8443f10082278c46aa5cf3acf8ff0f70061a2c58bce76efac814b16290845177",
    "templateCredsSetupCompleted": true
  },
  "name": "VIP订单提醒",
  "tags": [],
  "nodes": [
    {
      "id": "00ada32a-f2d5-43ea-816d-d2412a5cc014",
      "name": "IF 高价值订单",
      "type": "n8n-nodes-base.if",
      "position": [
        -416,
        32
      ],
      "parameters": {
        "conditions": {
          "number": [
            {
              "value1": "={{ $json.body.salesorder.total }}",
              "value2": 10000,
              "operation": "larger"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "3afa07be-d5da-4727-a5d9-cdbc693dc41e",
      "name": "CRM更新VIP标签",
      "type": "n8n-nodes-base.zohoCrm",
      "position": [
        -192,
        32
      ],
      "parameters": {
        "subject": "Vip order",
        "resource": "purchaseOrder",
        "operation": "upsert",
        "Product_Details": [],
        "additionalFields": {}
      },
      "credentials": {
        "zohoOAuth2Api": {
          "id": "QERxbfERX9gJprVe",
          "name": "Zoho account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "b943b9e2-ef37-4609-bac6-1fee6b266126",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -640,
        32
      ],
      "webhookId": "565529c2-dc9c-4c06-9367-c9c1d6447c3d",
      "parameters": {
        "path": "565529c2-dc9c-4c06-9367-c9c1d6447c3d",
        "options": {},
        "httpMethod": "POST"
      },
      "typeVersion": 2
    },
    {
      "id": "fd5663e9-9aac-488f-8b4b-e19477ca5b59",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -944,
        -288
      ],
      "parameters": {
        "color": 3,
        "width": 304,
        "height": 320,
        "content": "Webhook节点(入口点)"
      },
      "typeVersion": 1
    },
    {
      "id": "281a6f58-e592-43ba-a2a8-e99442f1b6b6",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -528,
        -384
      ],
      "parameters": {
        "color": 5,
        "width": 304,
        "height": 400,
        "content": "IF高价值订单节点(决策逻辑)"
      },
      "typeVersion": 1
    },
    {
      "id": "6425a6de-69d4-4226-950f-75a882bdeecf",
      "name": "便签2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -128,
        -288
      ],
      "parameters": {
        "color": 6,
        "width": 320,
        "height": 304,
        "content": "CRM更新VIP标签节点(操作)"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "394ab332-e65a-4c11-afe5-4d904377957c",
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "IF High Value Order",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF High Value Order": {
      "main": [
        [
          {
            "node": "CRM Update VIP Tag",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - 客户关系管理

需要付费吗?

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

工作流信息
难度等级
中级
节点数量6
分类1
节点类型4
难度说明

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

作者
Rahul Joshi

Rahul Joshi

@rahul08

Rahul Joshi is a seasoned technology leader specializing in the n8n automation tool and AI-driven workflow automation. With deep expertise in building open-source workflow automation and self-hosted automation platforms, he helps organizations eliminate manual processes through intelligent n8n ai agent automation solutions.

外部链接
在 n8n.io 查看

分享此工作流