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