πŸ’¬ Automate sales call research and follow-ups with GPT-4, Tavily, Google Sheets

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

Description

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 relevant solutions; and then drafts a handcrafted email, subject line, and SMS, all saved back into Google Sheets.


Benefits


Use cases


Requirements


Google Sheets Template

You’ll need two sheets inside one Google Spreadsheet:

1. Meeting Data (input + output)

Columns:

2. Success Stories (for testimonials)

Columns:

You can copy this structure into a fresh Google Spreadsheet before starting.


How it works

  1. Trigger β†’ Pulls new rows from Google Sheets (or connects to your booking system).
  2. Research Agent β†’ Uses Tavily for company overview, tech stack, and updates.
  3. Product Suggestions β†’ Pulls from Product List sheet to propose 3 tailored solutions.
  4. Save Research β†’ Updates the row with the six research fields.
  5. Sales Writing Assistant β†’ Drafts subject, email, and SMS using context + testimonials.
  6. Update Sheet β†’ Writes final outputs (subject, email, SMS) into Google Sheets.

Setup Steps

  1. Prepare Google Sheets

    • Create a new spreadsheet with the Meeting Data and Success Stories tabs.
    • Add the required columns (see template above).
    • Fill in at least one success story for the workflow to use.
  2. Connect Google Sheets in n8n

    • Add Google Sheets credentials under Settings β†’ Credentials.
    • Make sure n8n has access to your spreadsheet.
  3. Add API Keys

    • In n8n, create credentials for OpenAI (GPT-4.1 or later).
    • Create credentials for Tavily.
  4. Import the workflow

    • Load the JSON file (this template) into n8n.
    • Replace any placeholder spreadsheet IDs with your own.
    • Map the correct sheet/tab names.
  5. Test the Research Agent

    • Run the workflow manually.
    • Check that Company Overview, Tech Stack, and Company Updates populate.
  6. Test the Writing Assistant

    • Ensure the workflow uses at least one testimonial from Success Stories.
    • Run it again and confirm Email Subject, Follow-up Email, and SMS are written.
  7. Automate

    • Replace the Manual Trigger with your preferred trigger:

      • Google Calendar / Calendly β†’ Google Sheets
      • CRM β†’ Google Sheets
      • Directly from n8n integrations

Customization

This workflow is designed as a flexible foundation. Here are ways to adapt it:


Tips & Troubleshooting


πŸ”— Nodes Used

Google Sheets, AI Agent, OpenAI Chat Model, Structured Output Parser, HTTP Request Tool

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup