Generate personalized cold outreach icebreakers with GPT-4 and Google Sheets
Automated Personalized Email Icebreakers This workflow automates creating personalized email icebreakers. It reads leads from a Google Sheet, scrapes their company website, uses OpenAI to analyze the data and craft a ...
Template notes
Automated Personalized Email Icebreakers
This workflow automates creating personalized email icebreakers. It reads leads from a Google Sheet, scrapes their company website, uses OpenAI to analyze the data and craft a unique opening line, and then saves that icebreaker back into the original sheet.
How It Works
Fetch Lead: The workflow starts, loops through your leads, and pulls one from your Google Sheet. Scrape & Summarize: It scrapes the lead's company website and uses a fast OpenAI model to summarize the key points about the company and the person. Generate Icebreaker: This summary is then sent to a more powerful OpenAI model, which follows specific instructions to write a short, personalized icebreaker. Update Sheet: The new icebreaker is saved back into the correct lead's row in your Google Sheet, using their email to match the record.
---
Requirements
An n8n instance. An OpenAI API key with available credits. A Google account with a Sheet for your leads. The Google Sheet must have columns for lead data (e.g., Email, Website, Company Name) and an empty column named icebreaker. The Email column must be unique for each lead.
---