{
  "name": "Verify generic business emails across multiple domains with EmailListVerify and Google Sheets",
  "nodes": [
    {
      "id": "95bbc44c-e484-4185-96fa-7e6e65a34d25",
      "name": "Save results",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1152,
        -240
      ]
    },
    {
      "id": "210824fa-4c47-4e8a-8a14-cac9c3b27142",
      "name": "Get list of domain",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        192,
        -176
      ]
    },
    {
      "id": "8b5905c5-a09c-4732-b26e-4ca7510d2a23",
      "name": "Get list of email root",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        192,
        16
      ]
    },
    {
      "id": "11e24bac-08a2-4797-825a-954b0a20df25",
      "name": "Create email candidates",
      "type": "n8n-nodes-base.merge",
      "position": [
        464,
        -80
      ]
    },
    {
      "id": "5c80b5ee-6d35-41b0-865b-3b73d99f0b90",
      "name": "Use EmailListVerify API to check if email is valid",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        720,
        -80
      ]
    },
    {
      "id": "d86dba88-75b0-4911-a790-eb07accc9b7f",
      "name": "Combine results",
      "type": "n8n-nodes-base.merge",
      "position": [
        992,
        -240
      ]
    },
    {
      "id": "8f71141f-9bc9-4c88-af0c-e5886d426c2a",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -112,
        48
      ]
    },
    {
      "id": "49de2a94-1444-447f-abca-a96d86c20d8c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        128,
        -384
      ],
      "parameters": {
        "width": null,
        "height": 624,
        "content": "## Get inputs\nMake a copy of [the template](https://docs.google.com/spreadsheets/d/11JW2e9w00bZO_ORe0FNaK_u5tnchI8ZOwcq8qN1toZw/edit?usp=sharing)\n\nReplace the target spreadsheet with your copy of the "
      }
    },
    {
      "id": "4edb37d7-3f5e-4f38-839f-d3517acfd10e",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        -384
      ],
      "parameters": {
        "width": null,
        "height": 624,
        "content": "## Generate email candidates\nCombine each domain and email root to generate email candidates"
      }
    },
    {
      "id": "35bd07e5-ad0c-4a26-8b95-9ae3dabc716d",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        656,
        -384
      ],
      "parameters": {
        "width": null,
        "height": 624,
        "content": "## Check if email is valid\nUse EmailListVerify API to check if each email is valid.\nAdd you [EmailListVerify API key](https://app.emaillistverify.com/api?utm_source=n8n&utm_medium=referral&utm_campaig"
      }
    },
    {
      "id": "a2ed1db7-d036-4d00-b576-4e4dbf8a0908",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        928,
        -384
      ],
      "parameters": {
        "width": 352,
        "height": 624,
        "content": "## Save results \nReplace the target spreadsheet with your copy of the template"
      }
    },
    {
      "id": "d9f2ae53-e467-470c-9991-58985d7780c3",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -176,
        -624
      ],
      "parameters": {
        "width": null,
        "height": 592,
        "content": "## Read me \nThis workflow will look for generic email like contact@ or accounting@\n\n**1:** Make a copy of the [GoogleSheet template](https://docs.google.com/spreadsheets/d/11JW2e9w00bZO_ORe0FNaK_u5tnc"
      }
    }
  ],
  "connections": {
    "Combine results": {
      "main": [
        [
          {
            "node": "Save results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get list of domain": {
      "main": [
        [
          {
            "node": "Create email candidates",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get list of email root": {
      "main": [
        [
          {
            "node": "Create email candidates",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Create email candidates": {
      "main": [
        [
          {
            "node": "Use EmailListVerify API to check if email is valid",
            "type": "main",
            "index": 0
          },
          {
            "node": "Combine results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Get list of domain",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get list of email root",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Use EmailListVerify API to check if email is valid": {
      "main": [
        [
          {
            "node": "Combine results",
            "type": "main",
            "index": 1
          }
        ]
      ]
    }
  }
}