{
  "name": "Enrich domain URLs with Hunter.io and export contacts to Google Sheets",
  "nodes": [
    {
      "id": "2cdf4407-3459-444d-becf-ce972f90a5c1",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1472,
        384
      ],
      "parameters": {
        "width": 1152,
        "height": null,
        "content": "# Google sheets Template\n\n## https://docs.google.com/spreadsheets/d/180ca70GWcm-BpM8U2ygS6jqhCTE_avx93Kd4d0USe5A"
      }
    },
    {
      "id": "b3d6bb2b-cb0f-42ab-ab18-a501b67540fa",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1472,
        624
      ],
      "parameters": {
        "width": null,
        "height": 336,
        "content": "## Manual workflow trigger\n\nStarts the workflow when the user manually clicks 'Execute workflow' in the n8n editor."
      }
    },
    {
      "id": "ecfc69ba-351f-4dfe-a660-15c30521af95",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1744,
        640
      ],
      "parameters": {
        "width": 384,
        "height": 320,
        "content": "## Fetch rows and enrich with Hunter\n\nReads rows from a source Google Sheet, then sends each row to Hunter.io to look up email addresses or domain contact data."
      }
    },
    {
      "id": "f58ea6f9-0c4c-43cd-a318-04b48908c3ff",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2160,
        592
      ],
      "parameters": {
        "width": null,
        "height": 384,
        "content": "## Save enriched results to sheet\n\nAppends the Hunter-enriched contact data as new rows into a destination Google Sheet."
      }
    },
    {
      "id": "208640d2-e019-4342-bca3-dd821002e266",
      "name": "When Manually Triggered",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        1520,
        800
      ]
    },
    {
      "id": "e4b79b8b-6ac4-4e8e-8b33-17af04867eb4",
      "name": "Find Emails via Hunter",
      "type": "n8n-nodes-base.hunter",
      "position": [
        1984,
        800
      ]
    },
    {
      "id": "5b94ba12-ffcd-4b12-8379-98ac5673b391",
      "name": "Read Domains from Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1792,
        800
      ]
    },
    {
      "id": "23c57c9a-4a25-4865-b2ac-8d34aa0c2aa9",
      "name": "Append Exported Data to Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2208,
        800
      ]
    },
    {
      "id": "dcf2a29e-a5bf-48d1-a1ca-734fbda3e99f",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        944,
        624
      ],
      "parameters": {
        "width": 480,
        "height": 720,
        "content": "## Domain url to exported data\n\n### How it works\n\n1. The workflow is triggered manually by clicking 'Execute workflow'.\n2. It reads rows from a Google Sheet to retrieve a list of domains or companies "
      }
    },
    {
      "id": "3c69a910-85af-437a-ba18-71fec2195c13",
      "name": "Sticky Note16",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2480,
        576
      ],
      "parameters": {
        "width": 1024,
        "height": 400,
        "content": "![Logo Growth AI](https://cdn.prod.website-files.com/6825df5b20329ba581df4914/68d413c43f8729fa336568a6_Logo_horizontal.png)"
      }
    },
    {
      "id": "458fde59-13b1-4b6f-bd94-e3b79f9504b7",
      "name": "Sticky Note17",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2480,
        1024
      ],
      "parameters": {
        "width": 1024,
        "height": 240,
        "content": "## Need more advanced automation solutions? Contact us for custom enterprise workflows!\n\n# Growth-AI.fr\n\n## https://www.linkedin.com/in/allanvaccarizi/\n## https://www.linkedin.com/in/hugo-marinier-%F0"
      }
    }
  ],
  "connections": {
    "Find Emails via Hunter": {
      "main": [
        [
          {
            "node": "Append Exported Data to Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Manually Triggered": {
      "main": [
        [
          {
            "node": "Read Domains from Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Domains from Sheets": {
      "main": [
        [
          {
            "node": "Find Emails via Hunter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}