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)可能需要您自行付费。
相关工作流推荐
从 GoHighLevel 自动发送客户续约提醒到 Gmail 和 Slack
从GoHighLevel自动发送客户续约提醒到Gmail、Slack和Google Sheets
If
Code
Gmail
+7
19 节点Rahul Joshi
客户关系管理
销售代表绩效追踪器
基于HighLevel CRM、GPT-4o、Notion和Slack的自动化销售排行榜
If
Code
Slack
+7
21 节点Rahul Joshi
客户关系管理
从 Stripe 支付自动交付模板给客户
使用Stripe、GPT-4o和Gmail的自动化模板交付系统
If
Code
Gmail
+12
44 节点Rahul Joshi
客户关系管理
服务后评价收集器
客户评价收集与情感分析:HighLevel、GPT-4o、Gmail和Slack
If
Wait
Gmail
+7
20 节点Rahul Joshi
客户关系管理
潜在客户接收与去重工作流
使用 Google Sheets 去重潜在客户数据:自动邮件提醒与日志管理
If
Code
Filter
+4
18 节点Rahul Joshi
客户关系管理
提案生成_草稿保存自动化
使用Azure GPT-4o生成商业提案并从Sheets保存为Gmail草稿
If
Code
Gmail
+6
16 节点Rahul Joshi
客户关系管理
工作流信息
难度等级
中级
节点数量6
分类1
节点类型4
作者
Rahul Joshi
@rahul08Rahul 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 查看 →
分享此工作流