{
  "name": "Perform an email search with Icypeas (single)",
  "nodes": [
    {
      "id": "7bd55522-62dd-40da-939d-e10c185dd44d",
      "name": "When clicking \"Execute Workflow\"",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        1220,
        480
      ]
    },
    {
      "id": "422bb377-afe7-4332-a134-15af150e8006",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1060,
        220
      ],
      "parameters": {
        "width": null,
        "height": 243.6494382022472,
        "content": "## Perform an email search with Icypeas (single)\n\nThis workflow demonstrates how to perform an email search using Icypeas. Visit https://icypeas.com to create your account.\n\n\n"
      }
    },
    {
      "id": "a95bd610-e5e3-4343-afcc-4af22dca1f8f",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1367,
        296
      ],
      "parameters": {
        "width": 506,
        "height": 1042.9602832148855,
        "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\nOpen this node and insert "
      }
    },
    {
      "id": "f0951515-48cf-4c1b-82fd-960959a51bb7",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1873,
        300
      ],
      "parameters": {
        "width": 492,
        "height": 961.061974298911,
        "content": "## Performs an email search on your Icypeas account\n\n\nThis node executes an HTTP request (POST) to search for an email address using Icypeas.\n\n\n\n\n\n\n\n\n\n\n\n\n\n### You need to create credentials in the HTT"
      }
    },
    {
      "id": "6d12e09f-143a-46f1-9790-512d4f10f51f",
      "name": "Authenticates to your Icypeas account",
      "type": "n8n-nodes-base.code",
      "position": [
        1560,
        480
      ]
    },
    {
      "id": "5f62f87f-7a25-4030-bcd4-d87b24269504",
      "name": "Run email search (single)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1940,
        480
      ]
    }
  ],
  "connections": {
    "When clicking \"Execute Workflow\"": {
      "main": [
        [
          {
            "node": "Authenticates to your Icypeas account",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Authenticates to your Icypeas account": {
      "main": [
        [
          {
            "node": "Run email search (single)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}