Block 1 - On clicking 'execute'
- 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 n8n workflow template uses uProc's "Get Email by Domain, Firstname and Lastname" tool to discover a professional email address, and then sends that email to a Telegra...
n8n-nodes-base.manualtrigger, n8n-nodes-base.telegram, n8n-nodes-base.uproc, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Miquel Colomer.
Original n8n.io sourceThis n8n workflow template uses uProc's "Get Email by Domain, Firstname and Lastname" tool to discover a professional email address, and then sends that email to a Telegram channel.
> ⚠️ Note: You must set up your uProc credentials (Email + API Key) from the Integration settings before running this workflow.
Add uProc Credentials
Go to the uProc integration page and copy your email and API key.
Add them as credentials in your n8n instance.
Set Tool Parameters
firstname: First name of the personlastname: Last name of the persondomain: Their company domainReplace the Set Node (Optional)
You can dynamically fetch the firstname, lastname, and domain from other sources like:
Run the Workflow
Trigger the flow manually or integrate it with a larger automation.
uproc.io)language): Last name of the personverify: Verifies email in real-time with mail serverguess: Guesses based on company format (e.g., [email protected])email: Discovered email addressconfidence: Indicates if the result is verified or risky (e.g., catch-all)score: Reliability score from 0 (unreliable) to 99 (highly reliable)After discovering the email, the result is sent to a specified Telegram channel with this format:
User Miquel Colomer has next email on uproc.io: [email protected] (verified - 99)
Clicking the email allows you to send a message directly to the recipient.
Template created by Miquel Colomer and n8nhackers.com.
Need help customizing or deploying? Contact us for consulting and support.
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 | Discover professional emails with uProc and send via Telegram |
|---|---|
| Complexity | beginner |
| Nodes | 4 |
| Categories | Lead Generation |
| Author | Miquel Colomer |
| Published | 24 Jan 2021 |
Use the JSON export at /data/workflows/903/903.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 n8n workflow template uses uProc's "Get Email by Domain, Firstname and Lastname" tool to discover a professional email address, and then sends that email to a Telegra...
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.