Skip to main content

Validate leads email addresses with Hunter.io and Google Sheets

Workflow preview

Workflow preview
100%
Validate leads email addresses with Hunter.io and Google Sheets preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

How it works: This project automatically verifies lead email addresses stored in Google Sheets using Hunter.io. It checks each email’s validity and writes back the results—including confidence scor...

Best for

  • Lead Generation automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Avkash Kakdiya.

Original n8n.io source

1.1 Workflow description

Title
Validate leads email addresses with Hunter.io and Google Sheets
Workflow name
Validate leads email addresses with Hunter.io and Google Sheets

How it works:

This project automatically verifies lead email addresses stored in Google Sheets using Hunter.io. It checks each email’s validity and writes back the results—including confidence scores, verification status, and metadata—so your outreach lists are always clean and reliable.

This workflow runs daily, reads from a source sheet, verifies emails via API, and writes results into another sheet. No manual checking. No wasted leads.

Step-by-step:

  • Schedule Trigger: The workflow is scheduled to run automatically once per day, but you can also run it manually when needed.

  • Fetch Emails: Reads emails from a Google Sheet (named Sheet1) with columns like Email, FirstName, LastName, and Company.

  • Data Cleaning: Filters out blank or invalid email formats before verification to save API usage.

  • Hunter.io Verification: Each email is passed to Hunter.io’s /email-verifier API, returning status (valid, invalid, risky), SMTP check, score (0–100), and disposable flag.

  • Format Results: The API response is converted into a human-readable summary like: ✅ Valid (96% confidence) or ❌ Invalid / Risky

  • Write to Sheet: The verified results are written back into your output Google Sheet—either appending new rows or updating existing ones.

Setup instructions:

  • Google Sheet: Use a sheet named Sheet1 and ensure it includes these columns: Email, FirstName, LastName, Company.

  • Hunter.io Key: Sign up at hunter.io.

Go to Dashboard → API → Copy your key

In n8n, open the Email Verifier node → Create Credential → Paste your API key → Save

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - 📥 Fetch Emails from Source Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 2 - 🧹 Clean & Prepare Email Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 3 - 🕵️‍♂️ Hunter.io Email Verifier

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4

Block 4 - 🧠 Format Hunter Response

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - 📤 Write Results to Output Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 6 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - ⏯️ Triggers Everyday

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

3. Summary Table

Workflow Validate leads email addresses with Hunter.io and Google Sheets
Complexity intermediate
Nodes 9
Categories Lead Generation
Author Avkash Kakdiya
Published 05 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6992/6992.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Validate leads email addresses with Hunter.io and Google Sheets do?

How it works: This project automatically verifies lead email addresses stored in Google Sheets using Hunter.io. It checks each email’s validity and writes back the results—including confidence scor...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation use case.