Block 1 - When clicking ‘Test workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Description This n8n template automates prospect research and personalized follow up writing right after a sales call is booked. It gathers company background, tech stack, and updates ; suggests re...
n8n-nodes-base.manualtrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.toolhttprequest, n8n-nodes-base.googlesheetstool
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Muhammad Bello.
Original n8n.io sourceThis n8n template automates prospect research and personalized follow-up writing right after a sales call is booked.
It gathers company background, tech stack, and updates; suggests relevant solutions; and then drafts a handcrafted email, subject line, and SMS, all saved back into Google Sheets.
Google Sheets with:
Tavily API key
OpenAI API key (GPT-4.1 or later recommended)
n8n account with Google Sheets + LangChain enabled
You’ll need two sheets inside one Google Spreadsheet:
Columns:
NameEmailCompanyWebsiteJob TitleMeeting DateCompany Overview (AI-filled)Tech Stack (AI-filled)Company Updates (AI-filled)Primary Solution (AI-filled)Solution 2 (AI-filled)Solution 3 (AI-filled)Email Subject (AI-filled)Follow-up Email (AI-filled)Follow-up SMS (AI-filled)Columns:
CompanyIndustryResultsSolution UsedYou can copy this structure into a fresh Google Spreadsheet before starting.
Prepare Google Sheets
Connect Google Sheets in n8n
Add API Keys
Import the workflow
Test the Research Agent
Company Overview, Tech Stack, and Company Updates populate.Test the Writing Assistant
Email Subject, Follow-up Email, and SMS are written.Automate
Replace the Manual Trigger with your preferred trigger:
This workflow is designed as a flexible foundation. Here are ways to adapt it:
Change AI prompts
Swap success stories
Add integrations
Error handling
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 | Automate sales call research and follow-ups with GPT-4, Tavily, Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Lead Nurturing, Multimodal AI |
| Author | Muhammad Bello |
| Published | 17 Aug 2025 |
Use the JSON export at /data/workflows/7491/7491.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.
Description This n8n template automates prospect research and personalized follow up writing right after a sales call is booked. It gathers company background, tech stack, and updates ; suggests re...
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, Multimodal AI use case.