{
  "name": "Find domain-based Gmail addresses for outreach with EmailListVerify & Google Sheet",
  "nodes": [
    {
      "id": "32ebbb67-5305-4d9c-ac20-f664066f3443",
      "name": "Save results",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1296,
        -320
      ]
    },
    {
      "id": "425cb846-c586-4d7a-8fea-262ad542150a",
      "name": "Get list of domain",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        80,
        -336
      ]
    },
    {
      "id": "16eadf3f-65d0-4f60-8369-15793764084a",
      "name": "Create email candidates",
      "type": "n8n-nodes-base.merge",
      "position": [
        592,
        -112
      ]
    },
    {
      "id": "0b6e1ec5-c0fb-4ee7-9160-5809574b7ea7",
      "name": "Use EmailListVerify API to check if email is valid",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        880,
        -64
      ]
    },
    {
      "id": "efdeb7f5-8f92-4bf7-b36c-7cf1c8a2de52",
      "name": "Combine results",
      "type": "n8n-nodes-base.merge",
      "position": [
        1120,
        -320
      ]
    },
    {
      "id": "f290af28-43c5-4294-8431-fbec3cda7600",
      "name": "Transform website into domain name",
      "type": "n8n-nodes-base.code",
      "position": [
        304,
        -336
      ]
    },
    {
      "id": "b9c40ded-d57c-422a-82ed-71bb29720107",
      "name": "Get list of email extension",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        80,
        -64
      ]
    },
    {
      "id": "8a417210-3211-43e4-831c-0a5e5f1f5b87",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -384,
        -864
      ],
      "parameters": {
        "width": null,
        "height": 592,
        "content": "## Read me \nThis workflow is design  for link building. When you outreach some small blog it is common for the owner to have an address like DomainName@gmail.com. This workflow will find such emails f"
      }
    },
    {
      "id": "ae9fdad2-84ed-47cb-b2e0-008525ff7d04",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -16,
        -496
      ],
      "parameters": {
        "width": null,
        "height": 624,
        "content": "## Get inputs\nMake a copy of [the template](https://docs.google.com/spreadsheets/d/1r4DZ4GnqKzivmIhRdv1D35fvS_Mg-VTKgbuZS-7H-HY/edit?usp=sharing)\n\nReplace the target spreadsheet with your copy of the "
      }
    },
    {
      "id": "43d72b68-d4d8-4906-bb13-f5d26938604e",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        544,
        -496
      ],
      "parameters": {
        "width": null,
        "height": 624,
        "content": "## Generate email candidates\nCombine each domain and email root to generate email candidates"
      }
    },
    {
      "id": "0f37f6d0-c7a3-452c-b9ec-f3404ee9e659",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        800,
        -496
      ],
      "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": "0e62351b-7fff-4cf2-9fb9-0486559c4f4e",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1072,
        -496
      ],
      "parameters": {
        "width": 352,
        "height": 624,
        "content": "## Save results \nReplace the target spreadsheet with your copy of the template"
      }
    },
    {
      "id": "c4412b0d-cdc4-463a-9923-8fc14e325c1e",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        256,
        -496
      ],
      "parameters": {
        "width": null,
        "height": 624,
        "content": "## clean input\nremove http and www from website urls\n"
      }
    },
    {
      "id": "0cd6743d-c02e-4821-abdc-25611c4e2488",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -304,
        -176
      ]
    }
  ],
  "connections": {
    "Combine results": {
      "main": [
        [
          {
            "node": "Save results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get list of domain": {
      "main": [
        [
          {
            "node": "Transform website into domain name",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "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
          }
        ]
      ]
    },
    "Get list of email extension": {
      "main": [
        [
          {
            "node": "Create email candidates",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Transform website into domain name": {
      "main": [
        [
          {
            "node": "Create email candidates",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Get list of domain",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get list of email extension",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Use EmailListVerify API to check if email is valid": {
      "main": [
        [
          {
            "node": "Combine results",
            "type": "main",
            "index": 1
          }
        ]
      ]
    }
  }
}