Block 1 - Manual Trigger
- 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.
This workflow automates the process of validating email addresses stored in a Google Sheets file by using the Anymail Finder API. Key Advantages Automated Lead Validation No need for manual copy ...
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 Davide.
Original n8n.io sourceThis workflow automates the process of validating email addresses stored in a Google Sheets file by using the Anymail Finder API.
✅ Automated Lead Validation No need for manual copy-paste or bulk uploads emails are verified directly inside your existing Google Sheets.
🔎 Improved Data Quality Ensures your CRM or outreach campaigns only target valid and deliverable email addresses, reducing bounce rates.
🔄 Real-Time Updates Results are automatically updated in the spreadsheet, making it easy for your team to see which leads are safe to contact.
📈 Improves lead quality for outreach, reduces bounce rates
Of course. Here is a description of the provided n8n workflow.
This workflow automates the process of checking the validity of email addresses from a Google Sheets list using the Anymail Finder API and writing the results back to the sheet.
The workflow operates in a loop to process a list of leads from a Google Sheet one by one.
POST request to the Anymail Finder API (/v5.1/verify-email). The email address from the current sheet row ($json["EMAIL "]) is sent in the request body.row_number to identify the correct row to update, ensuring data is placed accurately.To use this workflow, you need to configure the following credentials and nodes:
Google Sheets Credentials:
OAuth2.Anymail Finder Credentials:
HTTP Header Auth.Authorization (or the header name required by Anymail Finder's API documentation).YOUR_API_KEY).Configure Google Sheet:
COMPANY NAME, EMAIL (note the space), and VERIFY.Activate and Execute:
Contact me for consulting and support or add me on Linkedin.
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 | Bulk lead email validation with Google Sheets & Anymail Finder |
|---|---|
| Complexity | intermediate |
| Nodes | 6 |
| Categories | Lead Generation, Multimodal AI |
| Author | Davide |
| Published | 21 Aug 2025 |
Use the JSON export at /data/workflows/7693/7693.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.
This workflow automates the process of validating email addresses stored in a Google Sheets file by using the Anymail Finder API. Key Advantages Automated Lead Validation No need for manual copy ...
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, Multimodal AI use case.