{
  "name": "Bulk lead email validation with Google Sheets & Anymail Finder",
  "nodes": [
    {
      "id": "b440f1f9-ec22-4958-bf05-e1d65f277951",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -704,
        -448
      ]
    },
    {
      "id": "5094115d-4649-4d28-847d-541e3b4b1494",
      "name": "Get Leads",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -496,
        -448
      ]
    },
    {
      "id": "3cde3dfb-91dc-4863-ad0f-aedd7078cd18",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -288,
        -448
      ]
    },
    {
      "id": "311399e5-d190-4e72-9968-c9c2ec88fbe1",
      "name": "Update email status",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        320,
        -448
      ]
    },
    {
      "id": "6c24bae6-fb01-4071-ba23-b5613a9a6c7b",
      "name": "Check email status",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -16,
        -432
      ]
    },
    {
      "id": "7d2a131c-527e-44ac-b4b9-089dcc3245b0",
      "name": "Sticky Note",
      "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 thi"
      }
    }
  ],
  "connections": {
    "Get Leads": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Get Leads",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Check email status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check email status": {
      "main": [
        [
          {
            "node": "Update email status",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "Update email status": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}