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 automation retrieves company information from a Google Sheet, uses the Anymail Finder API to discover email addresses associated with each company , and then writes the results (including the ...
n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-base.stickynote, n8n-nodes-base.switch, n8n-nodes-base.httprequest, n8n-nodes-base.telegram
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.
Original n8n.io sourceThis automation retrieves company information from a Google Sheet, uses the Anymail Finder API to discover email addresses associated with each company, and then writes the results (including the email status) back into the same Google Sheet and send alert on Telegram.
This automated workflow finds email addresses for a list of companies using the Anymail Finder API and updates a Google Sheets document with the results.
valid, risky), is passed to a Switch node. This node routes the data down different paths based on the email status.To use this workflow, you need to complete the following configuration steps:
Duplicate the Template Sheet: Clone the provided Google Sheets template to your own Google Drive. This sheet contains the necessary columns ("COMPANY NAME", "WEBSITE", "EMAIL", "PROCESSING") for the workflow to function.
Get an API Key: Sign up for a free trial at Anymail Finder to obtain your personal API key.
Configure Credentials in n8n:
Authorization. In the "Value" field, paste your Anymail Finder API key.Update Sheet ID in Nodes: In the n8n workflow, update all Google Sheets nodes ("Get Leads", "Email found", "Email not found") with the Document ID of your cloned Google Sheet. The Sheet ID can be found in your sheet's URL: https://docs.google.com/spreadsheets/d/[YOUR_SHEET_ID_HERE]/edit....
Execute: Once configured, add your list of companies and their websites to the sheet and run the workflow using the "Manual Trigger" node.
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 | Automate email discovery for companies with Anymail Finder, Google Sheets & Telegram alerts |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Lead Generation |
| Author | Davide |
| Published | 27 Oct 2025 |
Use the JSON export at /data/workflows/10213/10213.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 automation retrieves company information from a Google Sheet, uses the Anymail Finder API to discover email addresses associated with each company , and then writes the results (including the ...
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 use case.