Skip to main content

Generate AI sales pitches from website URLs with GPT-4o and Google Sheets

Workflow preview

Workflow preview
100%
Generate AI sales pitches from website URLs with GPT-4o and Google Sheets preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n workflow converts a simple list of website URLs in Google Sheets into a concise, consultative Context + AI pitch for each organization. It scrapes real page content (markdown preferred), f...

Best for

  • Lead Generation automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.wait, n8n-nodes-base.noop, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, @mendable/n8n-nodes-firecrawl.firecrawl

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Zach @BrightWayAI.

Original n8n.io source

1.1 Workflow description

Title
Generate AI sales pitches from website URLs with GPT-4o and Google Sheets
Workflow name
Generate AI sales pitches from website URLs with GPT-4o and Google Sheets

Overview

This n8n workflow converts a simple list of website URLs in Google Sheets into a concise, consultative Context + AI pitch for each organization. It scrapes real page content (markdown preferred), feeds it to OpenAI with tight prompts to avoid fluff, and writes the result back to the same sheet row. You can run it on demand or schedule it, and it’s resume-safe—rows with existing messages are skipped. The net effect: faster, higher-quality prospect research and consistent outbound messaging without leaving your sheet.

How it works

  • Reads rows from Google Sheets with headers Website and Personalized Message.
  • Skips rows where Personalized Message already has content.
  • Scrapes each URL to get clean page content (prefer markdown from a scraper like Firecrawl).
  • Calls OpenAI with strict System/User prompts to produce Context + Pitch grounded in the site.
  • Writes the generated message back to the same row (upsert by Website).
  • (Optional) Adds a short delay between rows to respect rate limits.

Setup:

  • Sheet: Create headers Website, Personalized Message (row 1).
  • Credentials: Add Google Sheets OAuth2 and OpenAI in n8n.
  • Read node (Sheets): Select your doc/tab → Get All.
  • Scrape step: Use Firecrawl → Scrape (markdown), or fallback to HTTP Request → HTML extract.
  • OpenAI node: Model like gpt-4o-mini; paste your System/User prompts; enable Simplify Output if available.
  • Write node (Sheets): Append or Update → Column to match on = Website; map
  • Website → original URL
  • Personalized Message → OpenAI output ({{$json.content}}
  • (Optional) Add a Wait node (500–2000 ms) for throttling and stability.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Manual Trigger

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Shape output (Edit Fields)

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Wait 2s

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1

Block 4 - Done

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 5 - Personalize Message

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 6 - Update sheet with personalized message

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 7 - Fetch website URL from sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 8 - Loop over URLs

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 2

Block 9 - Scrape website and get its content

Type / Role
@mendable/n8n-nodes-firecrawl.firecrawl - firecrawl
Config choices
Version 1

Block 10 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Generate AI sales pitches from website URLs with GPT-4o and Google Sheets
Complexity intermediate
Nodes 12
Categories Lead Generation, Multimodal AI
Author Zach @BrightWayAI
Published 28 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8000/8000.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Generate AI sales pitches from website URLs with GPT-4o and Google Sheets do?

This n8n workflow converts a simple list of website URLs in Google Sheets into a concise, consultative Context + AI pitch for each organization. It scrapes real page content (markdown preferred), f...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Generation, Multimodal AI use case.