{
  "name": "Automate email discovery for companies with Anymail Finder, Google Sheets & Telegram alerts",
  "nodes": [
    {
      "id": "24f96fe4-0e5f-4127-90d9-754ef254a48e",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -704,
        -448
      ]
    },
    {
      "id": "1eb2df5c-ad7f-43c7-bb51-26cac9111075",
      "name": "Get Leads",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -496,
        -448
      ]
    },
    {
      "id": "1b4cb64a-d43b-4063-8884-e163fcd93c46",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -288,
        -448
      ]
    },
    {
      "id": "a6da4992-d53b-4e09-9deb-4ce0aeaa79fe",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -720,
        -704
      ],
      "parameters": {
        "width": 608,
        "height": 144,
        "content": "- Clone this [sheet](https://docs.google.com/spreadsheets/d/1yH5f_z6HeHN5KJBdMbij_-KKX47rKnSIGPj_OUTO0LU/edit?usp=sharing)\n- Get your [Anymail Finder](https://anymailfinder.com) API Key (FREE Trial)\n-"
      }
    },
    {
      "id": "539a8f1c-bdcd-4450-bd63-a4845063d6bf",
      "name": "Switch",
      "type": "n8n-nodes-base.switch",
      "position": [
        272,
        -464
      ]
    },
    {
      "id": "6259403f-2327-438d-97e1-7b4a8a369158",
      "name": "Email found",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        576,
        -496
      ]
    },
    {
      "id": "02a1ec6c-4e58-44c5-b7ba-891e4065594d",
      "name": "Email not found",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        784,
        -416
      ]
    },
    {
      "id": "2f24945d-a082-474b-86bf-d552f6728289",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        224,
        -528
      ],
      "parameters": {
        "width": 224,
        "height": 224,
        "content": "Classify if email is valid, risky and not found."
      }
    },
    {
      "id": "8dad63c6-d171-4895-86f0-65e7d73f56ae",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -48,
        -528
      ],
      "parameters": {
        "width": 224,
        "height": 224,
        "content": "Find email"
      }
    },
    {
      "id": "4e1ff1f3-c0c8-406b-bd79-d008fabac373",
      "name": "Email finder",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        0,
        -432
      ]
    },
    {
      "id": "3a741450-561c-49de-bb53-988b7afa2cb6",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -720,
        -896
      ],
      "parameters": {
        "width": 608,
        "height": null,
        "content": "## Find email address by company with Anymail Finder\n\nThis automation **retrieves company information** from a Google Sheet, uses the Anymail Finder API to **discover email addresses associated with e"
      }
    },
    {
      "id": "2bd1b49d-7f98-4a80-aa07-48413a896ed6",
      "name": "Send Alert",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1008,
        -416
      ]
    }
  ],
  "connections": {
    "Switch": {
      "main": [
        [
          {
            "node": "Email found",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Email found",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Email not found",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Leads": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Alert": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email found": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email finder": {
      "main": [
        [
          {
            "node": "Switch",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Get Leads",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email not found": {
      "main": [
        [
          {
            "node": "Send Alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Email finder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}