Skip to main content

Validate and enrich JotForm leads with Reoon email verification and Apollo in sheets

Workflow preview

Workflow preview
100%
Validate and enrich JotForm leads with Reoon email verification and Apollo in sheets preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Description This workflow automatically validates and enriches contact form submissions from JotForm, ensuring you only store high quality leads with complete business information. Who's it for Mar...

Best for

  • Lead Generation automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.jotformtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Validate and enrich JotForm leads with Reoon email verification and Apollo in sheets
Workflow name
Validate and enrich JotForm leads with Reoon email verification and Apollo in sheets

Description

This workflow automatically validates and enriches contact form submissions from JotForm, ensuring you only store high-quality leads with complete business information.

Who's it for

Marketing teams, sales professionals, and business owners who collect leads through forms and want to automatically verify email validity and enrich contact data before adding them to their CRM or database.

What it does

When someone submits a contact form on JotForm, this workflow:

  • Captures the submission data (name, email, phone, message)
  • Creates a new record in Google Sheets
  • Verifies the email address using Reoon's email verification API
  • Saves validation metrics (deliverability, spam trap detection, disposable email check)
  • Filters out unsafe or invalid emails
  • Enriches validated contacts with professional data from Apollo (LinkedIn URL, job title, company name)
  • Updates the Google Sheet with enriched information

How it works

  1. JotForm Trigger - Listens for new form submissions
  2. Initial Storage - Creates a contact record in Google Sheets with basic form data
  3. Email Verification - Sends email to Reoon API for comprehensive validation
  4. Save Verification Results - Updates the sheet with email quality metrics
  5. Safety Filter - Only passes emails marked as "safe" to enrichment
  6. Contact Enrichment - Queries Apollo API to find professional information
  7. Final Update - Saves enriched data (LinkedIn, title, company) back to the sheet

Requirements

Services you'll need:

Setup steps:

  1. Copy this Google Sheet template (make your own copy)
  2. Create a JotForm with fields: First Name, Last Name, E-mail, Phone, Message
  3. Get your Reoon API key from their dashboard
  4. Get your Apollo.io API key from account settings
  5. Connect your Google Sheets account in n8n

How to customize

  • Change verification level: Modify the "mode" parameter in the Reoon API call (options: quick, power)
  • Adjust filtering criteria: Update the IF node to filter by different email quality metrics
  • Add more enrichment: Apollo returns additional data fields you can map to your sheet
  • Notification layer: Add a Send Email or Slack node after enrichment to notify your team of high-quality leads
  • CRM integration: Replace or supplement Google Sheets with HubSpot, Salesforce, or Pipedrive nodes

This workflow provides a complete lead qualification pipeline that saves time and ensures only high-quality, validated contacts make it into your database with enriched professional information.

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 - Trigger: JotForm Submission

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

Block 2 - Sheets: Create Contact Record

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 3 - API: Email Verification (Reoon)

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

Block 4 - Sheets: Save Verification Status

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 5 - Filter: Safe Emails Only

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

Block 6 - API: Contact Enrichment (Apollo)

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

Block 7 - Sheets: Save Enriched Data

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 8 - Sticky Note

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

Block 9 - Sticky Note1

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

Block 10 - Sticky Note2

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

Block 11 - Sticky Note3

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

Block 12 - Sticky Note4

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

Block 13 - Sticky Note5

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

Block 14 - Sticky Note6

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

3. Summary Table

Workflow Validate and enrich JotForm leads with Reoon email verification and Apollo in sheets
Complexity intermediate
Nodes 14
Categories Lead Generation, AI Summarization
Author Naveen Choudhary
Published 08 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9391/9391.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 Validate and enrich JotForm leads with Reoon email verification and Apollo in sheets do?

Description This workflow automatically validates and enriches contact form submissions from JotForm, ensuring you only store high quality leads with complete business information. Who's it for Mar...

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 Summarization use case.