8
n8n 中文网amn8n.com

合格潜在客户AI呼叫

中级

这是一个Sales, AI领域的自动化工作流,包含 6 个节点。主要使用 Set, HttpRequest, GoogleSheets, SplitInBatches 等节点,结合人工智能技术实现智能自动化。 使用VAPI.ai和Google Sheets自动化对合格潜在客户的外呼销售

前置要求
  • 可能需要目标 API 的认证凭证
  • Google Sheets API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "F9KpMhjDfaW8MG07",
  "meta": {
    "instanceId": "2000c64071c20843606b95c63795bb0797c41036047055a6586498e855b96efc",
    "templateCredsSetupCompleted": true
  },
  "name": "CallQualifiedLeadsAI",
  "tags": [],
  "nodes": [
    {
      "id": "149a69a7-7e9a-43b2-b3b0-79ca2882846f",
      "name": "读取潜在客户",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "90b25491-1e7b-45cc-baf6-707eca0ee51d",
      "name": "分批处理",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        200,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f9677c52-5f86-4325-8942-f853af14eb95",
      "name": "设置变量",
      "type": "n8n-nodes-base.set",
      "position": [
        400,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "32853540-f592-4a09-a160-5023ed1efa87",
      "name": "触发 VAPI 呼叫",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        600,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "734eef41-6db2-402b-a0be-efcd804cb7d1",
      "name": "更新 AI 呼叫状态",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        800,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "65b9181d-5171-4d78-9621-af4017326f94",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        -180
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "fae3b5ee-d400-4f5a-a789-a5314df78dc9",
  "connections": {
    "Read Leads": {
      "main": [
        [
          {
            "node": "SplitInBatches",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Variables": {
      "main": [
        [
          {
            "node": "Trigger VAPI Call",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "SplitInBatches": {
      "main": [
        [
          {
            "node": "Set Variables",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger VAPI Call": {
      "main": [
        [
          {
            "node": "Update AI Call Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - 销售, 人工智能

需要付费吗?

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

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

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

作者
David Olusola

David Olusola

@dae221

I love building smart, efficient automations with n8n that help businesses save time and scale effortlessly. Turning complex workflows into simple solutions is where I have the most fun

外部链接
在 n8n.io 查看

分享此工作流