🎣 Automate email validation in Google Sheets with Email Validator AI

⚑ 762 views · 🎣 Lead Generation & Enrichment

Description

πŸ“Š n8n Workflow: Email Validation & Google Sheets Update

This 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.


βœ… Node-wise Overview

πŸ”˜ Manual Trigger

Starts the workflow manually from the n8n editor.

πŸ“„ Google Sheets (Read)

Reads all rows (including emails) from a specified Google Sheet.

πŸ” Split In Batches

Processes each row (email) one at a time.

🌐 HTTP Request (RapidAPI)

Sends the email to Email Validator AI for validation.

🟩 Google Sheets (Update Row)

Updates the corresponding row in the sheet with the validation result.


πŸ“‹ Google Sheet Columns Required

Make sure your Google Sheet contains the following columns:

Column NamePurpose
emailEmail address to validate
is_disposableFlags if the email is a disposable address

> πŸ“ You can rename columns, but ensure the node mappings in n8n match accordingly.


πŸ’‘ Use Cases


πŸš€ Benefits of This Workflow (for You)


πŸ› οΈ Requirements to Use


πŸ§ͺ Tips for Enhancement


πŸ”— Nodes Used

Google Sheets, HTTP Request

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup