無料のメール enrichment 機能を使った自動化によるGoogleマップからの潜在顧客生成をGoogle Sheetsに
上級
これはLead Generation, Multimodal AI分野の自動化ワークフローで、18個のノードを含みます。主にIf, Code, SplitOut, HttpRequest, GoogleSheetsなどのノードを使用。 無料の電子メール enrichment により、Googleマップスから potential clients を自動生成し、Google Sheets に記録
前提条件
- •ターゲットAPIの認証情報が必要な場合あり
- •Google Sheets API認証情報
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"nodes": [
{
"id": "ff051d83-dcf5-4e13-aa1b-41135faf15bb",
"name": "ワークフロー実行時",
"type": "n8n-nodes-base.manualTrigger",
"position": [
0,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "59f44e58-7ab9-4a80-b711-fd34e4083537",
"name": "シートの行を取得",
"type": "n8n-nodes-base.googleSheets",
"position": [
208,
0
],
"parameters": {},
"typeVersion": 4.6
},
{
"id": "906b48a5-ff75-428f-8243-a8bbe8a0cbad",
"name": "アイテムをループ処理",
"type": "n8n-nodes-base.splitInBatches",
"position": [
416,
0
],
"parameters": {},
"typeVersion": 3
},
{
"id": "1b482f8e-29f8-41a1-b870-dc97d13ffe08",
"name": "コード",
"type": "n8n-nodes-base.code",
"position": [
1200,
-16
],
"parameters": {},
"typeVersion": 2
},
{
"id": "4954cf6b-dda4-4460-ad2a-88b51a6109be",
"name": "HTTP リクエスト",
"type": "n8n-nodes-base.httpRequest",
"onError": "continueErrorOutput",
"position": [
672,
16
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "0ef2867c-e0a9-48e8-89cd-56a2ac8a008c",
"name": "ページを抽出",
"type": "n8n-nodes-base.code",
"position": [
1568,
256
],
"parameters": {},
"typeVersion": 2
},
{
"id": "338ff85f-63c0-4deb-ae44-604b2ebb0291",
"name": "分割",
"type": "n8n-nodes-base.splitOut",
"position": [
1728,
256
],
"parameters": {},
"typeVersion": 1
},
{
"id": "1d75610e-8688-42ba-bd11-58dc2dca4325",
"name": "アイテムをループ処理1",
"type": "n8n-nodes-base.splitInBatches",
"position": [
1920,
256
],
"parameters": {},
"typeVersion": 3
},
{
"id": "d0522de8-735e-4a83-b529-96d8c1778a9e",
"name": "内部ページを取得",
"type": "n8n-nodes-base.httpRequest",
"position": [
2160,
272
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "cd4c9a29-f3ff-437e-af28-0f1e6172f9cf",
"name": "メールアドレスを抽出",
"type": "n8n-nodes-base.code",
"position": [
2352,
272
],
"parameters": {},
"typeVersion": 2
},
{
"id": "f9548421-ca03-4b92-8ac9-7e7ef7d2406a",
"name": "内部でメールアドレスを発見",
"type": "n8n-nodes-base.if",
"position": [
2528,
272
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "2511c228-6e53-4635-a1e5-3d403b05263f",
"name": "メールアドレスを発見",
"type": "n8n-nodes-base.if",
"position": [
1360,
-16
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "8068be74-5cfa-47fb-b640-7b4c4973562e",
"name": "メールアドレスを更新",
"type": "n8n-nodes-base.googleSheets",
"position": [
1792,
16
],
"parameters": {},
"typeVersion": 4.6
},
{
"id": "f2a39554-0384-4140-9b92-141508b351aa",
"name": "内部メールアドレスを更新",
"type": "n8n-nodes-base.googleSheets",
"position": [
2800,
320
],
"parameters": {},
"typeVersion": 4.6
},
{
"id": "cbccf908-d9f5-450d-8362-e3d950663c2d",
"name": "メールアドレス未発見",
"type": "n8n-nodes-base.googleSheets",
"position": [
2256,
576
],
"parameters": {},
"typeVersion": 4.6
},
{
"id": "49272a4b-1e30-4f46-bbae-c1f9948b42db",
"name": "条件分岐",
"type": "n8n-nodes-base.if",
"position": [
976,
0
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "f1ad5d41-a4a8-4ae0-be83-d2e6c070cac2",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-208,
-176
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "e2b3631b-ccd6-4b54-9cd5-1c603ff4b37f",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-864,
-176
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"49272a4b-1e30-4f46-bbae-c1f9948b42db": {
"main": [
[
{
"node": "1b482f8e-29f8-41a1-b870-dc97d13ffe08",
"type": "main",
"index": 0
}
],
[
{
"node": "cbccf908-d9f5-450d-8362-e3d950663c2d",
"type": "main",
"index": 0
}
]
]
},
"1b482f8e-29f8-41a1-b870-dc97d13ffe08": {
"main": [
[
{
"node": "2511c228-6e53-4635-a1e5-3d403b05263f",
"type": "main",
"index": 0
}
]
]
},
"338ff85f-63c0-4deb-ae44-604b2ebb0291": {
"main": [
[
{
"node": "1d75610e-8688-42ba-bd11-58dc2dca4325",
"type": "main",
"index": 0
}
]
]
},
"2511c228-6e53-4635-a1e5-3d403b05263f": {
"main": [
[
{
"node": "8068be74-5cfa-47fb-b640-7b4c4973562e",
"type": "main",
"index": 0
}
],
[
{
"node": "0ef2867c-e0a9-48e8-89cd-56a2ac8a008c",
"type": "main",
"index": 0
}
]
]
},
"4954cf6b-dda4-4460-ad2a-88b51a6109be": {
"main": [
[
{
"node": "49272a4b-1e30-4f46-bbae-c1f9948b42db",
"type": "main",
"index": 0
}
],
[
{
"node": "cbccf908-d9f5-450d-8362-e3d950663c2d",
"type": "main",
"index": 0
}
]
]
},
"8068be74-5cfa-47fb-b640-7b4c4973562e": {
"main": [
[
{
"node": "906b48a5-ff75-428f-8243-a8bbe8a0cbad",
"type": "main",
"index": 0
}
]
]
},
"cd4c9a29-f3ff-437e-af28-0f1e6172f9cf": {
"main": [
[
{
"node": "f9548421-ca03-4b92-8ac9-7e7ef7d2406a",
"type": "main",
"index": 0
}
]
]
},
"0ef2867c-e0a9-48e8-89cd-56a2ac8a008c": {
"main": [
[
{
"node": "338ff85f-63c0-4deb-ae44-604b2ebb0291",
"type": "main",
"index": 0
}
]
]
},
"cbccf908-d9f5-450d-8362-e3d950663c2d": {
"main": [
[
{
"node": "906b48a5-ff75-428f-8243-a8bbe8a0cbad",
"type": "main",
"index": 0
}
]
]
},
"906b48a5-ff75-428f-8243-a8bbe8a0cbad": {
"main": [
[],
[
{
"node": "4954cf6b-dda4-4460-ad2a-88b51a6109be",
"type": "main",
"index": 0
}
]
]
},
"1d75610e-8688-42ba-bd11-58dc2dca4325": {
"main": [
[
{
"node": "cbccf908-d9f5-450d-8362-e3d950663c2d",
"type": "main",
"index": 0
}
],
[
{
"node": "d0522de8-735e-4a83-b529-96d8c1778a9e",
"type": "main",
"index": 0
}
]
]
},
"d0522de8-735e-4a83-b529-96d8c1778a9e": {
"main": [
[
{
"node": "cd4c9a29-f3ff-437e-af28-0f1e6172f9cf",
"type": "main",
"index": 0
}
]
]
},
"59f44e58-7ab9-4a80-b711-fd34e4083537": {
"main": [
[
{
"node": "906b48a5-ff75-428f-8243-a8bbe8a0cbad",
"type": "main",
"index": 0
}
]
]
},
"f9548421-ca03-4b92-8ac9-7e7ef7d2406a": {
"main": [
[
{
"node": "f2a39554-0384-4140-9b92-141508b351aa",
"type": "main",
"index": 0
}
],
[
{
"node": "1d75610e-8688-42ba-bd11-58dc2dca4325",
"type": "main",
"index": 0
}
]
]
},
"f2a39554-0384-4140-9b92-141508b351aa": {
"main": [
[
{
"node": "906b48a5-ff75-428f-8243-a8bbe8a0cbad",
"type": "main",
"index": 0
}
]
]
},
"ff051d83-dcf5-4e13-aa1b-41135faf15bb": {
"main": [
[
{
"node": "59f44e58-7ab9-4a80-b711-fd34e4083537",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級 - リード獲得, マルチモーダルAI
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
AIを活用したリードジェネレーションシステム(メールパーソナライズとLinkedIn)
AIを活用したリードジェネレーションシステム:メールパーソナライズとLinkedIn機能を含む
If
Code
Limit
+
If
Code
Limit
51 ノードMatthieu
リード獲得
LinkedIn、OpenAI、Sales Navigatorを使用して有効なリードを作成し、コールドコールスクリプトを自動生成
LinkedIn、OpenAI、Sales Navigatorを使って、合格したリードとコールドケーススクリプトを作成
If
Code
Limit
+
If
Code
Limit
47 ノードMatthieu
リード獲得
CBによる企業資金提供と情報提供
自動化されたリード生成とメールアウトリーチ:Apify、Apollo.io、GPT-4、Google Sheets
If
Code
Merge
+
If
Code
Merge
32 ノードIntuz
リード獲得
ELVサイトからのメールアドレス抽出
EmailListVerify API を使用してウェブサイトからメール アドレスを抽出し、Google スプレッドシートに保存してください。
If
Set
Code
+
If
Set
Code
20 ノードEmailListVerify
リード獲得
複数の顧客向けにGemini AIとElementorを使ってSEOブログ記事を生成&スケジュール
Gemini AI、Elementorを使って複数のクライアント向けにSEOブログ記事を生成し、スケジュール
If
N8n
Set
+
If
N8n
Set
39 ノードZain Khan
コンテンツ作成
LeadfeederとApollo.ioのデータ収集を自動化
リードリッチパイプライン:LeadfeederからApollo、そしてGoogleスプレッドシートへ
If
Set
Code
+
If
Set
Code
23 ノードKhairul Muhtadin
リード獲得
ワークフロー情報
難易度
上級
ノード数18
カテゴリー2
ノードタイプ8
作成者
Zain Khan
@zainI partner with businesses to streamline processes and accelerate growth through intelligent AI automation and Web/mobile Development. Leveraging deep expertise in GPT-4, LangChain, and n8n, I develop AI-powered agents and sophisticated LLM pipelines.
外部リンク
n8n.ioで表示 →
このワークフローを共有