{
  "name": "Batch verify emails in Google Sheet with Icypeas",
  "nodes": [
    {
      "id": "8e31498a-d004-4d55-8952-b07e4e49f75f",
      "name": "When clicking \"Execute Workflow\"",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        800,
        1320
      ]
    },
    {
      "id": "56e1351c-804d-41d4-9651-d2ca2020c4ce",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        660,
        1020
      ],
      "parameters": {
        "width": null,
        "height": 292.0581548177272,
        "content": "## Perform Batch Processing of Email verifications with Icypeas \n\n\nThis workflow demonstrates how to perform email verifications (bulk search) using Icypeas. Visit https://icypeas.com to create your a"
      }
    },
    {
      "id": "0bd19032-2894-4e0e-b66f-00718bd389a7",
      "name": "Authenticates to your Icypeas account",
      "type": "n8n-nodes-base.code",
      "position": [
        1300,
        1320
      ]
    },
    {
      "id": "df9bc762-c680-447f-a4f3-eba1ba13cb3d",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        940,
        1168.9314213779933
      ],
      "parameters": {
        "width": null,
        "height": 523.2083276562503,
        "content": "## Read your Google sheet file\n\nThis node reads a Google Sheet. You need to create a sheet with :\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n**The first column** :\nHeader : email\n\n\n\n\nDon't forget to specify the path of your fil"
      }
    },
    {
      "id": "c542f720-7c21-4161-a643-4e67983ad090",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1181.009231449947,
        1078.51011235955
      ],
      "parameters": {
        "width": 392.0593078758952,
        "height": 1203.3290499048028,
        "content": "## Authenticates to your Icypeas account\n\nThis code node utilizes your API key, API secret, and User ID to establish a connection with your Icypeas account.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nOpen this node and inser"
      }
    },
    {
      "id": "26602f88-789e-4f9e-8df0-2f7f498f242c",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1573,
        1080
      ],
      "parameters": {
        "width": 328.8456933308303,
        "height": 869.114109302513,
        "content": "## Performs email verifications (bulk).\n\n\nThis node executes an HTTP request (POST) to verify the emails.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n### You need to create credentials in the HTTP Request node :\n\n➔ In the Crede"
      }
    },
    {
      "id": "96128999-d7e1-44cd-b9d3-7550e4333414",
      "name": "Reads lastname,firstname and company from your sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1000,
        1320
      ]
    },
    {
      "id": "bc548060-6e09-493b-9e74-fc7ef6a9b88f",
      "name": "Run bulk search (email-verif)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1640,
        1320
      ]
    }
  ],
  "connections": {
    "When clicking \"Execute Workflow\"": {
      "main": [
        [
          {
            "node": "Reads lastname,firstname and company from your sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Authenticates to your Icypeas account": {
      "main": [
        [
          {
            "node": "Run bulk search (email-verif)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Reads lastname,firstname and company from your sheet": {
      "main": [
        [
          {
            "node": "Authenticates to your Icypeas account",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}