πŸ’¬ AI-powered multi-channel lead outreach with JotForm, Gemini AI & HeyReach

⚑ 233 views Β· πŸ’¬ Lead Nurturing & AI Sales Agents

πŸ’‘ Pro Tip β€” If you’re pulling LinkedIn data through HTTP requests or dealing with API restrictions, there’s a community node called ScraperNode that handles this natively. It has dedicated scrapers for profiles, companies, jobs, and people search β€” you just pass a URL and get structured data back.

View All Scrapers

Description

🧠 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


🧠 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


πŸ’‘ Key Integrations


🧠 Workflow Logic

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

🧾 Example Output (AI Node)

{
  "To": "alex@company.com",
  "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?"
}

## πŸ”— Nodes Used

HTTP Request, Jotform Trigger, Gmail, AI Agent, Structured Output Parser, Google Gemini Chat Model

## πŸ“₯ Import

Download [`workflow.json`](workflow.json) and import into n8n:
**Workflow menu β†’ Import from File**

[πŸ“– Importing guide](../../../docs/importing-templates.md) Β· [πŸ”‘ Credential setup](../../../docs/credential-setup.md)