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.
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?"
}