8
n8n 中文网amn8n.com

我的工作流

中级

这是一个Lead Generation领域的自动化工作流,包含 7 个节点。主要使用 If, SplitOut, ManualTrigger, SplitInBatches, Browserflow 等节点。 使用 Browserflow 自动化 LinkedIn 潜在客户生成和连接请求

前置要求
  • 无特殊前置要求,导入即可使用
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "lK0J8tz7PLZUwg6e",
  "meta": {
    "instanceId": "6d98388133fed6ffc94a735d2fbc577b6a7f07745674eec7e26c77528a1f030e"
  },
  "name": "My workflow",
  "tags": [],
  "nodes": [
    {
      "id": "7189a1d6-61f0-4c5d-9744-c0d66506ffd6",
      "name": "当点击\"测试工作流\"时",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "a92e299a-282f-4dbf-b3fe-50a078d1a098",
      "name": "遍历项目",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        672,
        0
      ],
      "parameters": {
        "options": {},
        "batchSize": "=1"
      },
      "typeVersion": 3
    },
    {
      "id": "ee95db18-73bc-4655-b197-9e5068107280",
      "name": "拆分输出",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        448,
        0
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "data"
      },
      "typeVersion": 1
    },
    {
      "id": "c312a13e-2176-4c50-b1d6-f172213f2ec2",
      "name": "Check if person is a connection",
      "type": "n8n-nodes-browserflow.browserflow",
      "position": [
        928,
        48
      ],
      "parameters": {
        "requestOptions": {}
      },
      "typeVersion": 1
    },
    {
      "id": "bee26d5d-ed98-43e7-8ec3-c3cb23f1cd42",
      "name": "Send Connection invite",
      "type": "n8n-nodes-browserflow.browserflow",
      "position": [
        1344,
        112
      ],
      "parameters": {
        "requestOptions": {}
      },
      "typeVersion": 1
    },
    {
      "id": "79dca4f2-e677-4344-ab3c-f56ff4dd628e",
      "name": "Scrape profiles from a linked in search",
      "type": "n8n-nodes-browserflow.browserflow",
      "position": [
        208,
        0
      ],
      "parameters": {
        "city": "Amsterdam",
        "country": "Netherlands",
        "operation": "scrapeProfilesFromSearch",
        "searchTerm": "Content Marketeer",
        "requestOptions": {}
      },
      "credentials": {
        "browserflowApi": {
          "id": "DfEhoqnEWZNQvzLo",
          "name": "Browserflow account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "c89f0d55-7cf9-4862-8590-99c6ded8d9ba",
      "name": "Check Connection Status",
      "type": "n8n-nodes-base.if",
      "position": [
        1136,
        80
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "70827b04-15cf-4415-bcd8-51dad92f200e",
              "operator": {
                "type": "boolean",
                "operation": "false",
                "singleValue": true
              },
              "leftValue": "={{ $json.is_connection }}",
              "rightValue": "true"
            },
            {
              "id": "b9632671-e23e-4873-8308-486d2fda9a7e",
              "operator": {
                "type": "boolean",
                "operation": "false",
                "singleValue": true
              },
              "leftValue": "={{ $json.is_pending }}",
              "rightValue": ""
            }
          ]
        }
      },
      "typeVersion": 2.2
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "ea5acef1-e5b2-41e5-b31e-e28a2a9ea257",
  "connections": {
    "Split Out": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Check if person is a connection",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Connection invite": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Connection Status": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Send Connection invite",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check if person is a connection": {
      "main": [
        [
          {
            "node": "Check Connection Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Scrape profiles from a linked in search",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Scrape profiles from a linked in search": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - 潜在客户开发

需要付费吗?

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

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

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

作者
外部链接
在 n8n.io 查看

分享此工作流