私のワークフロー

中級

これは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": "接続済みかどうかを確認",
      "type": "n8n-nodes-browserflow.browserflow",
      "position": [
        928,
        48
      ],
      "parameters": {
        "requestOptions": {}
      },
      "typeVersion": 1
    },
    {
      "id": "bee26d5d-ed98-43e7-8ec3-c3cb23f1cd42",
      "name": "接続リクエストを送信",
      "type": "n8n-nodes-browserflow.browserflow",
      "position": [
        1344,
        112
      ],
      "parameters": {
        "requestOptions": {}
      },
      "typeVersion": 1
    },
    {
      "id": "79dca4f2-e677-4344-ab3c-f56ff4dd628e",
      "name": "LinkedIn検索からプロフィールをスクレイピング",
      "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": "接続ステータスを確認",
      "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": {
    "ee95db18-73bc-4655-b197-9e5068107280": {
      "main": [
        [
          {
            "node": "a92e299a-282f-4dbf-b3fe-50a078d1a098",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a92e299a-282f-4dbf-b3fe-50a078d1a098": {
      "main": [
        [],
        [
          {
            "node": "c312a13e-2176-4c50-b1d6-f172213f2ec2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "bee26d5d-ed98-43e7-8ec3-c3cb23f1cd42": {
      "main": [
        [
          {
            "node": "a92e299a-282f-4dbf-b3fe-50a078d1a098",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c89f0d55-7cf9-4862-8590-99c6ded8d9ba": {
      "main": [
        [
          {
            "node": "a92e299a-282f-4dbf-b3fe-50a078d1a098",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "bee26d5d-ed98-43e7-8ec3-c3cb23f1cd42",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c312a13e-2176-4c50-b1d6-f172213f2ec2": {
      "main": [
        [
          {
            "node": "c89f0d55-7cf9-4862-8590-99c6ded8d9ba",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "7189a1d6-61f0-4c5d-9744-c0d66506ffd6": {
      "main": [
        [
          {
            "node": "79dca4f2-e677-4344-ab3c-f56ff4dd628e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "79dca4f2-e677-4344-ab3c-f56ff4dd628e": {
      "main": [
        [
          {
            "node": "ee95db18-73bc-4655-b197-9e5068107280",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - リード獲得

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

関連ワークフロー

AIを活用したリードジェネレーションシステム(メールパーソナライズとLinkedIn)
AIを活用したリードジェネレーションシステム:メールパーソナライズとLinkedIn機能を含む
If
Code
Limit
+
If
Code
Limit
51 ノードMatthieu
リード獲得
潜在顧客開掘とメールワーキングフロー
Google Maps、SendGrid、AIを使用してB2Bリード獲得とメールマーケティングを自動化
If
Set
Code
+
If
Set
Code
141 ノードEzema Kingsley Chibuzo
リード獲得
無料のメール enrichment 機能を使った自動化によるGoogleマップからの潜在顧客生成をGoogle Sheetsに
無料の電子メール enrichment により、Googleマップスから potential clients を自動生成し、Google Sheets に記録
If
Code
Split Out
+
If
Code
Split Out
18 ノードZain Khan
リード獲得
LinkedIn、OpenAI、Sales Navigatorを使用して有効なリードを作成し、コールドコールスクリプトを自動生成
LinkedIn、OpenAI、Sales Navigatorを使って、合格したリードとコールドケーススクリプトを作成
If
Code
Limit
+
If
Code
Limit
47 ノードMatthieu
リード獲得
BrowserflowとGoogle Sheetsを活用したLinkedInリクエストとア破冰メッセージの自動化
Browserflow と Google Sheets を使って LinkedIn リクエストとブレイクアウトメッセージを自動化
If
Set
Sort
+
If
Set
Sort
44 ノードPollupAI
営業
ZoomInfo、Serper、Oxylabs を使って Google Sheets への企業データ enrichment 自動化
ZoomInfo、Serper、OxylabsからGoogle Sheetsへ公司データ豊富化の自動化
If
Code
Html
+
If
Code
Html
19 ノードNaveen Choudhary
リード獲得
ワークフロー情報
難易度
中級
ノード数7
カテゴリー1
ノードタイプ5
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34