Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
n8n Workflow: Email Validation & Google Sheets Update This workflow automates the process of validating email addresses stored in a Goo...
n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Sk developer .
Original n8n.io sourceThis workflow automates the process of validating email addresses stored in a Google Sheet. It reads each email, checks if it's disposable or fake using Email Validator AI via RapidAPI, and updates the same row with the result. All interactions with Google Sheets are done securely using a Google Service Account.
Starts the workflow manually from the n8n editor.
Reads all rows (including emails) from a specified Google Sheet.
Processes each row (email) one at a time.
Sends the email to Email Validator AI for validation.
Updates the corresponding row in the sheet with the validation result.
Make sure your Google Sheet contains the following columns:
| Column Name | Purpose |
|---|---|
email |
Email address to validate |
is_disposable |
Flags if the email is a disposable address |
> 📝 You can rename columns, but ensure the node mappings in n8n match accordingly.
📧 Email List Cleanup
Keep your lead or contact lists free of fake, temporary, or disposable emails.
🧼 Data Quality Enhancement
Ensure your Google Sheets contain only validated, high-quality email addresses.
🔁 Automated Data Enrichment
Add metadata (like is_disposable) to your contacts without manual review.
📥 Lead Qualification Filtering
Automatically flag or remove junk leads before importing into CRMs or email tools.
🧼 Cleans Your Email Data Automatically
Detects fake or throwaway email addresses using Email Validator AI and flags them right in your spreadsheet.
⏳ Saves You Time
Fully automates email validation — no more copy-pasting into online tools.
📈 Improves Marketing & Outreach Accuracy
Focuses your efforts on real contacts, improving delivery, open, and conversion rates.
💡 Lets You Focus on High-Value Leads
Filters out low-quality leads so you can prioritize those with actual potential.
🔄 Works Seamlessly Within Google Sheets
No import/export headaches — updates happen directly in your existing sheet.
🔐 Runs Securely Without Manual Intervention
Uses a Google Service Account for safe access and can be scheduled to run automatically.
status or note column for better tracking 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.
| Workflow | Automate email validation in Google Sheets with Email Validator AI |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Lead Generation, AI Summarization |
| Author | Sk developer |
| Published | 27 Jul 2025 |
Use the JSON export at /data/workflows/6525/6525.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
n8n Workflow: Email Validation & Google Sheets Update This workflow automates the process of validating email addresses stored in a Goo...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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, AI Summarization use case.