Introduction
I recently started building practical AI automations with n8n to eliminate repetitive business tasks.
One of the most time-consuming activities in outreach is manually researching leads, writing personalized emails, and sending them one by one.
To streamline this process, I built a simple cold email automation workflow using n8n.
The workflow automatically:
- Reads leads from Google Sheets
- Generates personalized email copy using AI
- Sends emails through Gmail
- Applies rate limiting between emails
The Workflow
This workflow consists of five main steps that work together to automate the entire outreach process.
1. Start Cold Email Campaign
The workflow begins with a manual trigger.
This allows me to review my lead list before launching the campaign.
2. Read Leads from Google Sheets
The next step pulls lead information from a Google Sheet.
Using a spreadsheet makes it easy to manage prospects without modifying the workflow itself.
3. Generate Personalized Emails
This is where AI comes into play.
Instead of sending generic templates, AI generates personalized email copy based on the information available for each lead.
The goal is to make every email feel more relevant and human.
4. Send Emails via Gmail
Once the email content has been generated, the workflow automatically sends the message through Gmail.
This removes the need for repetitive copy-pasting and manual sending.
5. Rate Limiting
To avoid sending too many emails at once, I added a rate-limiting step.
This creates a delay between sends and helps maintain a more natural sending pattern.
Why I Built This
The objective wasn't simply to send more emails.
The objective was to remove repetitive manual work.
Instead of spending time writing and sending emails one by one, I can focus on:
- Researching prospects
- Improving offers
- Building relationships
- Optimizing outreach strategies
Automation handles the repetitive tasks while I focus on higher-value activities.
Future Improvements
This is only the first version of the workflow.
Some features I plan to add include:
- Lead enrichment
- Company research automation
- Website analysis
- Personalized AI-generated icebreakers
- Automated follow-up sequences
- CRM integration
Final Thoughts
n8n has become one of my favorite tools for building practical AI automations.
Even a relatively simple workflow like this can save hours of manual work while maintaining a personalized approach to outreach.
This project is a great example of how AI and automation can work together to improve productivity without sacrificing personalization.
What AI automation are you currently building with n8n?

Top comments (0)