Skip to main content

AI-powered multi-channel lead outreach with JotForm, Gemini AI & HeyReach

Workflow preview

Workflow preview
100%
AI-powered multi-channel lead outreach with JotForm, Gemini AI & HeyReach preview
Open on n8n.io

Important notice

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

1. Workflow Overview

AI Powered Outreach Engine (Jotform + Gemini AI + HeyReach + Data Tables) Overview This workflow turns every Jotform submission — whether from your website or a live marketing campaign — into...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.jotformtrigger, n8n-nodes-base.wait, n8n-nodes-heyreach.heyreach, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.datatable

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
AI-powered multi-channel lead outreach with JotForm, Gemini AI & HeyReach
Workflow name
AI-powered multi-channel lead outreach with JotForm, Gemini AI & HeyReach

🧠 AI-Powered Outreach Engine (Jotform + Gemini AI + HeyReach + Data Tables)

🚀 Overview

This workflow turns every Jotform submission — whether from your website or a live marketing campaign — into a fully automated, AI-personalized outreach sequence.

Using Google Gemini AI, it instantly generates LinkedIn messages and email content tailored to each lead’s company and context.
Depending on the data provided (like LinkedIn profile or email), it automatically routes the message to the right platform — HeyReach for LinkedIn outreach or Gmail for email follow-up — and logs all activity into n8n Data Tables for tracking and visibility.

The result? Zero manual copywriting, zero campaign setup, and instant activation of every inbound lead through personalized, human-sounding communication.


⚙️ What It Does

  • Trigger: Starts when a new submission is received from a Jotform attached to your website or ongoing campaign.
  • Lead Enrichment (Optional): You can add an enrichment node (like Clearbit) to pull company, role, and domain details.
  • AI Message Generation:
    • Uses Google Gemini AI (LangChain) to write both a LinkedIn outreach message and a short, conversational email.
    • Each message is context-aware — referencing the company, role, or query captured from the Jotform submission.
  • Conditional Routing Logic:
    • If the form includes a LinkedIn URL, the workflow sends the lead and message to HeyReach, adding them to the correct campaign automatically.
    • If not, it sends the email variant via Gmail, ensuring no lead is missed.
  • Data Tracking:
    • All lead details, messages, and campaign statuses are automatically saved into n8n Data Tables, creating a single source of truth for your outreach history.
  • Result: Personalized, multi-channel follow-up happens in seconds — turning inbound form leads into active, engaged prospects instantly.

🧠 Example Use Case

Imagine a SaaS or marketing agency running a “Request a Demo” or “Get Pricing” campaign via a Jotform on their website.
With this workflow, every time someone fills the form:

  1. Their details are captured and stored in n8n Data Tables.
  2. Gemini AI instantly writes a relevant, human-sounding LinkedIn and email message.
  3. The lead is automatically added to a HeyReach campaign or receives a Gmail follow-up if LinkedIn isn’t available.
  4. All statuses (message type, delivery, and timing) are tracked in real time.

This workflow replaces hours of manual effort with automated, AI-personalized communication that feels natural — not robotic.


🧩 Ideal For

  • B2B SaaS teams generating inbound leads through website forms
  • Agencies managing multi-channel LinkedIn + email campaigns
  • Sales and growth teams using form submissions for lead capture
  • Marketers running Jotform-based campaigns looking to instantly activate leads

💡 Key Integrations

  • JotForm → Capture and trigger workflow from form submissions
  • Google Gemini AI (LangChain) → Generate personalized LinkedIn & Email messages
  • HeyReach → Add AI-written messages directly into your LinkedIn campaign
  • Gmail → Send AI-personalized cold emails automatically
  • n8n Data Tables → Store, monitor, and analyze every lead and message generated

🧠 Workflow Logic

Step Node Description
1 JotForm Trigger Captures lead data submitted through your form
2 HTTP Request (Optional Enrichment) Pulls company details from Clearbit or any enrichment API
3 Insert Row (n8n Data Table) Stores raw lead submission for tracking
4 If Node Determines if LinkedIn profile URL is available
5 Google Gemini AI (LinkedIn Agent) Creates personalized LinkedIn message
6 HeyReach Node Adds lead + message to selected campaign
7 Google Gemini AI (Email Agent) Generates personalized HTML email
8 Gmail Node Sends the AI-generated email if no LinkedIn is found
9 Insert Row (n8n Data Table) Logs campaign status, sent message, and timestamps

🧾 Example Output (AI Node)

{
  "To": "[email protected]",
  "Subject": "AI automation ideas for CompanyX 🚀",
  "Email Type": "LinkedIn or Cold Email",
  "HTML": "<p>Hey Alex, noticed CompanyX is scaling fast — congrats! 👏</p><p>At Amply, we help growing businesses use <strong>AI-driven automations</strong> to eliminate repetitive ops work and boost team productivity by 30–50%.</p><p>Would it make sense to explore if this could free up your ops bandwidth too?</p>",
  "Message": "Hey Alex, noticed CompanyX is scaling fast — congrats! 👏 At Amply, we help growing businesses use AI-driven automations to eliminate repetitive ops work and boost team productivity by 30–50%. Would it make sense to explore if this could free up your ops bandwidth too?"
}

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 Note6

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

Block 2 - JotForm Trigger1

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

Block 3 - Wait1

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 4 - Add leads to campaign

Type / Role
n8n-nodes-heyreach.heyReach - heyReach
Config choices
Version 1

Block 5 - Google Gemini Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 6 - Structured Output Parser

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

Block 7 - Sticky Note7

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

Block 8 - Sticky Note8

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

Block 9 - Linkedin Message Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 10 - Insert row

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

Block 11 - Wait2

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 12 - Google Gemini Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 13 - Structured Output Parser1

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

Block 14 - Insert row1

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

Block 15 - Updated Linkedin Status

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

Block 16 - If1

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

Block 17 - Send a message

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 18 - Transactional Email

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 19 - HTTP Request

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

3. Summary Table

Workflow AI-powered multi-channel lead outreach with JotForm, Gemini AI & HeyReach
Complexity advanced
Nodes 19
Categories Lead Nurturing, AI Chatbot
Author Rahi Uppal
Published 14 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9607/9607.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 AI-powered multi-channel lead outreach with JotForm, Gemini AI & HeyReach do?

AI Powered Outreach Engine (Jotform + Gemini AI + HeyReach + Data Tables) Overview This workflow turns every Jotform submission — whether from your website or a live marketing campaign — into...

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