Anymail Finderを使ってPotential顧客のメールアドレスを検証

中級

これはLead Generation, Multimodal AI分野の自動化ワークフローで、6個のノードを含みます。主にHttpRequest, GoogleSheets, ManualTrigger, SplitInBatchesなどのノードを使用。 GoogleテーブルとAnymail Finderを活用したリーダー候補メールのバッチ検証

前提条件
  • ターゲットAPIの認証情報が必要な場合あり
  • Google Sheets API認証情報
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "bvYcq5zrLPePpJPm",
  "meta": {
    "instanceId": "a4bfc93e975ca233ac45ed7c9227d84cf5a2329310525917adaf3312e10d5462",
    "templateCredsSetupCompleted": true
  },
  "name": "Verify leads email address with Anymail Finder",
  "tags": [],
  "nodes": [
    {
      "id": "b440f1f9-ec22-4958-bf05-e1d65f277951",
      "name": "手動トリガー",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -704,
        -448
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "5094115d-4649-4d28-847d-541e3b4b1494",
      "name": "リードの取得",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -496,
        -448
      ],
      "parameters": {
        "options": {},
        "filtersUI": {
          "values": [
            {
              "lookupColumn": "VERIFY"
            }
          ]
        },
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/108sjf89zpKRyZbGq9MjcNFQOezP4hi97SJ_uAkXc8WI/edit#gid=0",
          "cachedResultName": "Foglio1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "108sjf89zpKRyZbGq9MjcNFQOezP4hi97SJ_uAkXc8WI",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/108sjf89zpKRyZbGq9MjcNFQOezP4hi97SJ_uAkXc8WI/edit?usp=drivesdk",
          "cachedResultName": "Verify leads email"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "JYR6a64Qecd6t8Hb",
          "name": "Google Sheets account"
        }
      },
      "typeVersion": 4.7
    },
    {
      "id": "3cde3dfb-91dc-4863-ad0f-aedd7078cd18",
      "name": "アイテムのループ処理",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -288,
        -448
      ],
      "parameters": {
        "options": {}
      },
      "typeVersion": 3
    },
    {
      "id": "311399e5-d190-4e72-9968-c9c2ec88fbe1",
      "name": "メールステータスの更新",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        320,
        -448
      ],
      "parameters": {
        "columns": {
          "value": {
            "VERIFY": "={{ $json.email_status }}",
            "row_number": "={{ $('Loop Over Items').item.json.row_number }}"
          },
          "schema": [
            {
              "id": "COMPANY NAME",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "COMPANY NAME",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "EMAIL ",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "EMAIL ",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "VERIFY",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "VERIFY",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "row_number",
              "type": "number",
              "display": true,
              "removed": false,
              "readOnly": true,
              "required": false,
              "displayName": "row_number",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [
            "row_number"
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "update",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/108sjf89zpKRyZbGq9MjcNFQOezP4hi97SJ_uAkXc8WI/edit#gid=0",
          "cachedResultName": "Foglio1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "108sjf89zpKRyZbGq9MjcNFQOezP4hi97SJ_uAkXc8WI",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/108sjf89zpKRyZbGq9MjcNFQOezP4hi97SJ_uAkXc8WI/edit?usp=drivesdk",
          "cachedResultName": "Verify leads email"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "JYR6a64Qecd6t8Hb",
          "name": "Google Sheets account"
        }
      },
      "typeVersion": 4.7
    },
    {
      "id": "6c24bae6-fb01-4071-ba23-b5613a9a6c7b",
      "name": "メールステータスの確認",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "This node sends the request to Anymailfinder.\nMake sure you've connected your API key in the credentials (HTTP Header Auth).",
      "onError": "continueErrorOutput",
      "position": [
        -16,
        -432
      ],
      "parameters": {
        "url": "https://api.anymailfinder.com/v5.1/verify-email",
        "method": "POST",
        "options": {
          "timeout": 180000
        },
        "sendBody": true,
        "authentication": "genericCredentialType",
        "bodyParameters": {
          "parameters": [
            {
              "name": "email",
              "value": "={{ $json[\"EMAIL \"] }}"
            }
          ]
        },
        "genericAuthType": "httpHeaderAuth"
      },
      "credentials": {
        "httpHeaderAuth": {
          "id": "h3AkgiVUAlGDw3Ec",
          "name": "Anymail Finder"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "7d2a131c-527e-44ac-b4b9-089dcc3245b0",
      "name": "付箋メモ",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -704,
        -768
      ],
      "parameters": {
        "width": 608,
        "height": 256,
        "content": "## Verify leads email address with Anymail Finder\nThis workflow automates the **process of validating email addresses** stored in a **Google Sheets file** by using the Anymail Finder API.\n\n- Clone this [sheet](https://docs.google.com/spreadsheets/d/108sjf89zpKRyZbGq9MjcNFQOezP4hi97SJ_uAkXc8WI/edit?usp=sharing)\n- Get your (Anymail Finder)[https://anymailfinder.com] API Key (FREE Trial)\n- In \"Check email status\" node Create a credential named “Anymail Finder” of type HTTP Header Auth. In the “Name” field, enter \"Authorization\" and in the “Value” field, enter your Anymail Finder API key (in the format YOUR_API_KEY)"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "b53ba6c5-ac90-42d7-90a9-13b405c13206",
  "connections": {
    "5094115d-4649-4d28-847d-541e3b4b1494": {
      "main": [
        [
          {
            "node": "3cde3dfb-91dc-4863-ad0f-aedd7078cd18",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b440f1f9-ec22-4958-bf05-e1d65f277951": {
      "main": [
        [
          {
            "node": "5094115d-4649-4d28-847d-541e3b4b1494",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3cde3dfb-91dc-4863-ad0f-aedd7078cd18": {
      "main": [
        [],
        [
          {
            "node": "6c24bae6-fb01-4071-ba23-b5613a9a6c7b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6c24bae6-fb01-4071-ba23-b5613a9a6c7b": {
      "main": [
        [
          {
            "node": "311399e5-d190-4e72-9968-c9c2ec88fbe1",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "311399e5-d190-4e72-9968-c9c2ec88fbe1": {
      "main": [
        [
          {
            "node": "3cde3dfb-91dc-4863-ad0f-aedd7078cd18",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - リード獲得, マルチモーダルAI

有料ですか?

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

関連ワークフロー

WooCommerce Nano BananaのAIによるバーチャル試着
WooCommerce向けにFal.ai Nano Bananaを使用して、ビジual AIフィッティング画像を自動生成
If
Set
Wait
+
If
Set
Wait
20 ノードDavide
コンテンツ作成
Anymail Finder を使用して会社名からメールアドレスを見つける
Anymail Finder、Google Sheets、Telegram を使って企业メールの発見を自動化
Switch
Telegram
Http Request
+
Switch
Telegram
Http Request
12 ノードDavide
リード獲得
AIを活用したリードジェネレーションシステム(メールパーソナライズとLinkedIn)
AIを活用したリードジェネレーションシステム:メールパーソナライズとLinkedIn機能を含む
If
Code
Limit
+
If
Code
Limit
51 ノードMatthieu
リード獲得
WordPressからPostizのAIソーシャルメディア投稿機へ
Claude、Postiz を使って WordPress から自動のにプラットフォーム最適化されたソーシャルメディア投稿を生成
Postiz
Wordpress
Http Request
+
Postiz
Wordpress
Http Request
23 ノードDavide
ソーシャルメディア
無料のメール enrichment 機能を使った自動化によるGoogleマップからの潜在顧客生成をGoogle Sheetsに
無料の電子メール enrichment により、Googleマップスから potential clients を自動生成し、Google Sheets に記録
If
Code
Split Out
+
If
Code
Split Out
18 ノードZain Khan
リード獲得
JotFormの送信をGoogleスheetsに自動化
JotFormの送信をGoogleスプレッドシートに自動化する
Code
Wait
Http Request
+
Code
Wait
Http Request
12 ノードmoosa
リード獲得
ワークフロー情報
難易度
中級
ノード数6
カテゴリー2
ノードタイプ5
難易度説明

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

作成者

Full-stack Web Developer based in Italy specialising in Marketing & AI-powered automations. For business enquiries, send me an email at info@n3w.it or add me on Linkedin.com/in/davideboizza

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34