{
  "name": "Automated email validation with Google Sheets, Hunter.io and EmailValidation.io",
  "nodes": [
    {
      "id": "6a06b03c-27d8-4256-8f54-ac614fec00b2",
      "name": "Google Sheets Trigger",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        -544,
        96
      ]
    },
    {
      "id": "bd24d486-ff8a-483f-9123-8158e47f2c36",
      "name": "Email Validation API",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        96,
        96
      ]
    },
    {
      "id": "1296f145-1589-4df5-a648-8d24266adb9a",
      "name": "Filter Empty Cells",
      "type": "n8n-nodes-base.filter",
      "position": [
        -320,
        96
      ]
    },
    {
      "id": "d8cb2bf4-babb-4a80-a051-35cc37ac7479",
      "name": "Take Email Only",
      "type": "n8n-nodes-base.set",
      "position": [
        -112,
        96
      ]
    },
    {
      "id": "95f7fc3a-32c1-4dff-85f7-e9d36a2808fe",
      "name": "Take Email and Validation Status",
      "type": "n8n-nodes-base.set",
      "position": [
        272,
        96
      ]
    },
    {
      "id": "6feaf204-bdc8-48f8-a427-8a16afd63688",
      "name": "Update the Sheets with Validation Status",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        464,
        96
      ]
    },
    {
      "id": "40b08848-691d-4082-ad80-cf2d2d45c39e",
      "name": "Alternative - Hunter for Email Validation",
      "type": "n8n-nodes-base.hunter",
      "position": [
        96,
        -80
      ]
    },
    {
      "id": "43b4b741-3db0-48c6-b99b-8f1bf6b5d76b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -672,
        -176
      ],
      "parameters": {
        "width": 1456,
        "height": 464,
        "content": "## Instructions\n1. Take email and other data from the google sheets. \n2. If new row added the trigger will trigger the workflow automatically\n3. Setup Sheets credentails \n4. Setup Email Validation or "
      }
    }
  ],
  "connections": {
    "Take Email Only": {
      "main": [
        [
          {
            "node": "Email Validation API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Empty Cells": {
      "main": [
        [
          {
            "node": "Take Email Only",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email Validation API": {
      "main": [
        [
          {
            "node": "Take Email and Validation Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets Trigger": {
      "main": [
        [
          {
            "node": "Filter Empty Cells",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Take Email and Validation Status": {
      "main": [
        [
          {
            "node": "Update the Sheets with Validation Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}