Block 1 - Sticky Note6
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
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...
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
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahi Uppal.
Original n8n.io sourceThis 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.
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:
This workflow replaces hours of manual effort with automated, AI-personalized communication that feels natural — not robotic.
| 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 |
{
"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?"
}
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 | 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 |
Use the JSON export at /data/workflows/9607/9607.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.
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...
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 Nurturing, AI Chatbot use case.