workflows.fit
Back to n8n workflows
n8n templateFreeBy Sk developer

Automate email validation in Google Sheets with Email Validator AI

πŸ“Š n8n Workflow: [Email Validation](https://rapidapi.com/skdeveloper/api/email-validator-ai) & Google Sheets Update This workflow automates the process of validating email addresses stored in a Google Sheet. It reads ...

Data & StorageProductivityDevelopmentCore NodesManual TriggerGoogle SheetsSplit In BatchesHttp Request
Loading interactive preview...

Template notes

πŸ“Š n8n Workflow: [Email Validation](https://rapidapi.com/skdeveloper/api/email-validator-ai) & 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](https://rapidapi.com/skdeveloper/api/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](https://rapidapi.com/skdeveloper/api/email-validator-ai) for validation.