← Back to directory
Sales Quick to set up AI workflow Generate from Brief

Sales Outreach and Prospect Research

Source reviewed Updated 2026-07-07

On new sales call booking, researches prospect tech stack via Tavily, matches products.

What it does

Get ready to book new sales calls by instantly researching your prospect's tech stack and matching relevant products. You receive personalized email drafts complete with testimonials, while all details are automatically saved in Google Sheets for easy follow-up.

Step by step

  1. Configure the Google Sheets node to listen for new row additions in the specific sales calendar sheet.
  2. Map the prospect's name and company URL from the trigger payload into the Tavily search query parameters.
  3. Define a static JSON list of product features and testimonials that the LLM will reference during generation.

Where the LLM does the work

  • Instruct the OpenAI model to synthesize Tavily research results with specific company pain points for personalization.
  • Have the LLM select the most relevant testimonial from the predefined list based on the prospect's industry context.
  • Ask the model to draft a concise email body that avoids generic sales jargon and focuses on value proposition.

Watch out for

Tavily may return outdated tech stack data so verify the research timestamp before using it for claims.
Google Sheets API quotas are strict per minute, batch updates or add delays between row writes.

Tools that fit

Google Sheets Service Store prospect details and update outreach content
Tavily API Research company, tech stack, and updates
OpenAI Chat Model LLM Generate personalized email content using testimonials

The agent brief

Everything your agent needs, including the gotchas. Copy it and go.
agent-brief.md
You are helping me build the following AI agent workflow.

## Goal
Sales Outreach and Prospect Research: On new sales call booking, researches prospect tech stack via Tavily, matches products.

## Specification
- What it does: Get ready to book new sales calls by instantly researching your prospect's tech stack and matching relevant products. You receive personalized email drafts complete with testimonials, while all details are automatically saved in Google Sheets for easy follow-up.
- Trigger: Triggered by an event (Manual · on new sales call booking)
- Autonomy: You stay in control
- Expected setup effort: under an hour
- Tools/services involved:
  - Google Sheets: Store prospect details and update outreach content
  - Tavily: Research company, tech stack, and updates
  - OpenAI Chat Model: Generate personalized email content using testimonials

## Known pitfalls, handle each one explicitly in your implementation
1. Tavily may return outdated tech stack data so verify the research timestamp before using it for claims.
2. Google Sheets API quotas are strict per minute, batch updates or add delays between row writes.

## Reference implementation
https://n8n.io/workflows/8014 (workflow template)
Fetch and inspect this before building. If it matches my stack, adapt it;
if not, rebuild the pattern with my tools.

## Process requirements
1. Before building: ask me which of the listed tools I actually use and
   what my platform is (n8n / Make / code / other). Do not assume.
2. Adapt the pattern to my answers; do not force the reference stack.
3. Address every pitfall above; tell me how you handled each.
4. Provide a test plan I can run before letting this touch real data.
5. Ask before any step that sends messages, modifies data, or spends money.

Source: https://usecasesforagents.com/use-case/automate-sales-outreach-and-prospect-research/ via usecasesforagents.com

Frequently asked questions

Can I use a different Spreadsheet than Google Sheets?

Yes. Google Sheets is only the example spreadsheet in this recipe. The same flow works with Airtable, Baserow and Excel. Swap the spreadsheet connection and keep the rest of the setup as written.

Want this running in your business?

This is what I do. I design and build AI agents like this one, and keep them running. If you want it set up for your team instead of doing it yourself, get in touch.
Get in touch →

Who it's for

Built for sales teams who want the prep work done before they pick up the phone.

Seen in the wild

← Back to directory