Block 1 - On form submission
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
Automatic Personalized Sales Follow Up with GPT 5, Pinecone, and Tavily Research Description Never let a lead go cold. This workflow automatically sends personalized follow up emails to every inbou...
n8n-nodes-base.formtrigger, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.gmail, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.vectorstorepinecone
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Automate With Marc.
Original n8n.io sourceAutomatic Personalized Sales Follow-Up with GPT-5, Pinecone, and Tavily Research Description
Never let a lead go cold. This workflow automatically sends personalized follow-up emails to every inbound inquiry. It combines GPT-5, Pinecone Vector DB, and Tavily Research to craft responses that align with your brand’s best practices, tone, and the latest product updates. With embedded research tools, every response is both timely and relevant—helping your sales team convert more leads without manual effort.
👉 Watch step-by-step builds of workflows like these on: www.youtube.com/@automatewithmarc
How It Works
Form Trigger – Captures inbound lead details (name, company, email, and message).
AI Sales Agent (GPT-5) – Researches the lead’s business and problem statement, referencing Pinecone for your brand guidelines and product updates. Uses Tavily research for real-time enrichment.
Structured Output Parser – Ensures the subject line and email body are formatted cleanly in JSON.
Send Follow-Up Email (Gmail Node) – Delivers a polished, ready-to-go follow-up directly to the lead.
Simple Memory – Maintains context across follow-ups for more natural conversations.
Why Sales Teams Will Love It
⏱ Faster responses — every lead gets an immediate, high-quality reply.
📝 On-brand every time — Pinecone ensures tone matches your playbook.
🌍 Research-driven — Tavily enriches responses with fresh, relevant context.
📈 Higher conversions — timely, personalized outreach drives more meetings.
🤖 Hands-off automation — sales reps focus on closing, not chasing.
Setup Instructions Form Trigger
Configure your inbound form to capture lead details (name, email, company, message).
Connect it to this workflow.
Pinecone Setup
Create a Pinecone index and embed your brand guidelines, sales playbook, and product updates.
Update the Pinecone Vector Store node with your index name.
Tavily Setup
Add your Tavily API key to the Tavily Research node.
OpenAI Setup
Add your OpenAI API key to the GPT-5 Chat Model node.
Adjust the system prompt inside the AI Agent to reflect your company’s style and tone.
Gmail Node
Connect your Gmail account to the Send Follow-Up Email node.
Update sender details if you want the emails to come from a shared inbox or a rep’s personal account.
Customization
Tone of Voice – Modify the system prompt inside the AI Agent to be more professional, casual, or industry-specific.
Scheduling Links – Replace the default Calendly link with your own booking tool.
Form Fields – Add or remove fields depending on the information you collect (e.g., budget, role, region).
Requirements
Gmail account (for sending follow-up emails)
OpenAI API key (GPT-5)
Pinecone account (for storing/retrieving guidelines + updates)
Tavily API key (for online research enrichment)
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 | Automatic personalized sales follow-up with GPT-5, Pinecone, and Tavily Research |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Lead Nurturing, AI RAG |
| Author | Automate With Marc |
| Published | 05 Sept 2025 |
Use the JSON export at /data/workflows/8295/8295.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.
Automatic Personalized Sales Follow Up with GPT 5, Pinecone, and Tavily Research Description Never let a lead go cold. This workflow automatically sends personalized follow up emails to every inbou...
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 RAG use case.