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.
Icebreaker Generator powered with ChatGPT This n8n template crawls a company website, distills the content with AI, and produces a short, personalized icebreaker you can drop straight into your col...
n8n-nodes-base.manualtrigger, n8n-nodes-base.html, n8n-nodes-base.splitout, n8n-nodes-base.httprequest, n8n-nodes-base.markdown, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.limit, n8n-nodes-base.aggregate
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mirai.
Original n8n.io sourceIcebreaker Generator powered with ChatGPT
This n8n template crawls a company website, distills the content with AI, and produces a short, personalized icebreaker you can drop straight into your cold emails or CRM. Perfect for SDRs, founders, and agencies who want “real research” at scale.
Good to know
Works from a Google Sheet of leads (domain + LinkedIn, etc.).
Handles common scrape failures gracefully and marks the lead’s Status as Error.
Uses ChatGPT to summarize pages and craft one concise, non-generic opener.
Output is written back to the same Google Sheet (IceBreaker, Status).
You’ll need Google credentials (for Sheets) and OpenAI credentials (for GPT).
How it works
Step 1 — Discover internal pages
Reads a lead’s website from Google Sheets.
Scrapes the home page and extracts all links.
A Code node cleans the list (removes emails/anchors/social/external domains, normalizes paths, de-duplicates) and returns unique internal URLs.
If the home page is unreachable or no links are found, the lead is marked Error and the workflow moves on.
Step 2 — Convert pages to text
Visits each collected URL and converts the response into HTML/Markdown text for analysis.
You can cap depth/amount with the Limit node.
Step 3 — Summarize & generate the icebreaker
A GPT node produces a two-paragraph abstract for each page (JSON output).
An Aggregate node merges all abstracts for the company.
Another GPT node turns the merged summary into a personalized, multi-line icebreaker (spartan tone, non-obvious details).
The result is written back to Google Sheets (IceBreaker = ..., Status = Done).
The workflow loops to the next lead.
How to use
Prepare your sheet
Include at least: organization_website_url, linkedin_url, and any other lead fields you track.
Keep an empty IceBreaker and Status column for the workflow to fill.
Connect credentials
Google Sheets: use the Google account that owns the sheet and link it in the nodes.
OpenAI: add your API key to the GPT nodes (“Summarize Website Page”, “Generate Multiline Icebreaker”).
Run the workflow
Start with the Manual Trigger (or replace with a schedule/webhook).
Adjust Limit if you want fewer/more pages per company.
Watch Status (Done/Error) and IceBreaker populate in your sheet.
Requirements
n8n instance
Google Sheets account & access to the leads sheet
OpenAI API key (for summarization + icebreaker generation)
Customizing this workflow
Tone & format: tweak the prompts (both GPT nodes) to match your brand voice and structure.
Depth: change the Limit node to scan more/less pages; add simple rules to prioritize certain paths (e.g., /about, /blog/*).
Fields: write additional outputs (e.g., Company Summary, Key Products, Recent News) back to new sheet columns.
Lead selection: filter rows by Status = "" (or custom flags) to only process untouched leads.
Error handling: expand the Error branch to retry with www./HTTP→HTTPS or to log diagnostics in a separate tab.
Tips
Keep icebreakers short, specific, and free of clichés—small, non-obvious details from the site convert best.
Start with a small batch to validate quality, then scale up.
Consider adding a rate limit if target sites throttle requests.
In short: Sheet → crawl internal pages → AI abstracts → single tailored icebreaker → write back to the sheet, then repeat for the next lead.
This automation can work great with our automation for automated cold emailing.
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 | Generate personalized cold email icebreakers from sites with GPT-4 & G-Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Lead Generation, AI Summarization |
| Author | Mirai |
| Published | 19 Oct 2025 |
Use the JSON export at /data/workflows/9882/9882.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.
Icebreaker Generator powered with ChatGPT This n8n template crawls a company website, distills the content with AI, and produces a short, personalized icebreaker you can drop straight into your col...
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 Generation, AI Summarization use case.