8
n8n 中文网amn8n.com

从Webhook生成潜在客户

中级

这是一个CRM领域的自动化工作流,包含 7 个节点。主要使用 Code, Odoo, Webhook, RespondToWebhook 等节点。 捕获并结构化Web表单潜在客户,适用于Odoo CRM(兼容v15-v18)

前置要求
  • HTTP Webhook 端点(n8n 会自动生成)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "4FKerrWcJDABKapy",
  "meta": {
    "instanceId": "6b3e8c6c30cdfbf06283a3fa57016932c6b4ec959896c5c546ef5865ff697ff1",
    "templateCredsSetupCompleted": true
  },
  "name": "从 Webhook 生成潜在客户",
  "tags": [],
  "nodes": [
    {
      "id": "51c7c34e-a290-48ec-beb0-bee78fd4e639",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -440,
        -100
      ],
      "webhookId": "a5555983-beff-4f5e-9ec0-0b7425495df3",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "250e3da7-cc4f-4df0-a2e6-4ebaee3d27f3",
      "name": "代码",
      "type": "n8n-nodes-base.code",
      "position": [
        -180,
        -100
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "e7d3b75a-657d-4a06-8bae-0db60b88d7e1",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        -180
      ],
      "parameters": {
        "content": "确保您的表名与实际知识库结构匹配"
      },
      "typeVersion": 1
    },
    {
      "id": "d738b525-4d4e-41e5-b3ab-1a9b18d9fe61",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -240,
        -260
      ],
      "parameters": {
        "content": "确保您的表名与实际知识库结构匹配"
      },
      "typeVersion": 1
    },
    {
      "id": "1a33fdc9-3e7b-45b8-b35a-0ff6e4aa04d0",
      "name": "创建商机",
      "type": "n8n-nodes-base.odoo",
      "position": [
        60,
        -100
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "5655efe6-00a8-440d-b8dd-b45b57a0620e",
      "name": "便签2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        -260
      ],
      "parameters": {
        "content": "确保您的表名与实际知识库结构匹配"
      },
      "typeVersion": 1
    },
    {
      "id": "996f4332-2ba3-4246-a42e-26eac0ebe7ee",
      "name": "响应 Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        280,
        -100
      ],
      "parameters": {},
      "typeVersion": 1.1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "84cf9b37-a39b-4613-8230-c41ddaa64cf6",
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Create Opportunity",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Opportunity": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - 客户关系管理

需要付费吗?

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

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

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

作者

🚀 AI & Automation Expert | n8n Creator I specialize in building AI-powered automation and workflow solutions using n8n and no-code/low-code tools. With extensive experience in process automation, system integration, and AI-driven workflows, I help businesses streamline operations, enhance productivity, and reduce manual effort. Passionate about scalable automation that drives efficiency and growth.

外部链接
在 n8n.io 查看

分享此工作流