Skip to main content

Generate and verify email patterns from chat input with Reoon Email Verifier

Workflow preview

Workflow preview
100%
Generate and verify email patterns from chat input with Reoon Email Verifier preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow collects a person’s name and company website in an n8n chat, generates common email address patterns for the domain, verifies each candidate using the Reoon Email Verif...

Best for

  • Lead Generation automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.splitinbatches, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.chat, n8n-nodes-base.code, n8n-nodes-base.httprequest

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ravi Patel.

Original n8n.io source

1.1 Workflow description

Title
Generate and verify email patterns from chat input with Reoon Email Verifier
Workflow name
Generate and verify email patterns from chat input with Reoon Email Verifier

Quick overview

This workflow collects a person’s name and company website in an n8n chat, generates common email address patterns for the domain, verifies each candidate using the Reoon Email Verifier API, and returns the first address that meets a minimum score and deliverability/safety checks.

How it works

  1. Receives a chat message to start the flow and prompts the user for first name, last name, and company website.
  2. Builds a company domain from the website and generates a list of common email address variations (for example first.last@domain).
  3. Iterates through the generated email candidates and verifies each one via the Reoon Email Verifier API.
  4. Normalizes the verification response to extract the email, overall score, status, and deliverability flags.
  5. If the overall score is greater than 70, it returns the verified email details to the chat.
  6. If the score is not high enough, it checks whether the result is marked safe or deliverable and either returns the email details or continues testing the next variation.
  7. If no candidate passes the checks, it replies in chat that no verified email was found.

Setup

  1. Add your Reoon Email Verifier API key and replace the hard-coded key in the Reoon verification HTTP request URL.
  2. Configure and enable the n8n Chat trigger, then use the provided chat/webhook endpoint in your chat client or n8n chat UI.
  3. Adjust the acceptance rules (for example the overall score threshold of 70 and the safe/deliverable checks) to match your verification standards.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Loop Over Email Variations

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 7 - If Score Above 70

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 8 - Check Email Status

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 9 - Notify Chat Success

Type / Role
@n8n/n8n-nodes-langchain.chat - chat
Config choices
Version 1.3

Block 10 - Notify No Email Result

Type / Role
@n8n/n8n-nodes-langchain.chat - chat
Config choices
Version 1.3

Block 11 - Query First Name

Type / Role
@n8n/n8n-nodes-langchain.chat - chat
Config choices
Version 1.3

Block 12 - Query Last Name

Type / Role
@n8n/n8n-nodes-langchain.chat - chat
Config choices
Version 1.3

Block 13 - Query Domain Name

Type / Role
@n8n/n8n-nodes-langchain.chat - chat
Config choices
Version 1.3

Block 14 - Create Email Variations

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 15 - Verify Email with Reoon

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 16 - Normalize Verification Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 17 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Generate and verify email patterns from chat input with Reoon Email Verifier
Complexity advanced
Nodes 17
Categories Lead Generation, AI Chatbot
Author Ravi Patel
Published 03 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16102/16102.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Generate and verify email patterns from chat input with Reoon Email Verifier do?

Quick overview This workflow collects a person’s name and company website in an n8n chat, generates common email address patterns for the domain, verifies each candidate using the Reoon Email Verif...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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, AI Chatbot use case.