Block 1 - ▶️ Manual Trigger
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
AI Powered Cold Outreach & Follow Up Automation (with Do...While variant) Automate the full cold email lifecycle — from intelligently crawling a prospect's website, to AI writing a personalised ema...
n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.filter, n8n-nodes-base.splitinbatches, @mendable/n8n-nodes-firecrawl.firecrawl, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatgroq, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by folorunso victor.
Original n8n.io sourceAutomate the full cold email lifecycle — from intelligently crawling a prospect's website, to AI-writing a personalised email, verifying the address, creating a Gmail draft, and managing up to 5 context-aware follow-ups — all tracked in Google Sheets.
n8n-nodes-do-while community node to replace 5 nodes with 2. Requires installation under Settings → Community Nodes → n8n-nodes-do-while.follow_ups < 5). Leads marked unsubscribed are permanently excluded.Cold Email Branch (runs first, one lead at a time):
status = pending and follow_ups = 0.SplitInBatches → Get Status → IF → Wait → Set loop (5 nodes, built-in only).Get Status → Do...While (2 nodes, community node). The Do...While node has a built-in 5-second wait between iterations and a 30-iteration hard cap (≈ 2.5 min max) that exits gracefully instead of timing out.no_email in the sheet so it is never retried, preventing wasted API calls.status = emailed, follow_ups = 0, email = <found address>.Follow-Up Branch (runs automatically after cold emails complete):
status = emailed, a non-empty email, and follow_ups < 5.skip: true and the workflow moves on without creating a draft.follow_ups by 1 after each successful draft.n8n-nodes-do-while. Then delete all the nodes from the version you are not using.domain, niche, region, email, status, follow_ups. Add your prospect domains, set status = pending and follow_ups = 0 for each new lead.documentId to point to your spreadsheet.✍️ Write Cold Email agent node and update the system prompt with your name, company, offer, and tone. Do the same for ✍️ Write Follow-Up Email.status = pending and run the workflow manually. Verify the scraping, email generation, verification, and draft creation all work before adding more leads.n8n-nodes-do-while community node installedfollow_ups < 5. Update this number to control how many times the workflow will attempt to follow up before stopping.🤖 AI: Filter Strategic URLs node's prompt.n8n-nodes-do-while community node is a true while loop for n8n — it repeatedly executes connected nodes until a condition you define evaluates to true. In this workflow it replaces the classic SplitInBatches + IF + Wait + Set polling pattern. The node is wired so that Get Crawl Status runs first (do), then the condition $json.data?.status !== 'scraping' is checked (while). If still scraping, it waits 5 seconds and loops; if done, it exits to the Aggregate node. The maxIterations: 30 cap ensures the loop never runs for more than 2.5 minutes regardless of scrape duration.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.
Showing the first 24 of 106 workflow blocks. Download the JSON for the full node graph.
| Workflow | Send AI-written cold outreach and follow-up drafts with Gmail and Google Sheets using Firecrawl, Groq, and Gemini |
|---|---|
| Complexity | advanced |
| Nodes | 106 |
| Categories | Lead Nurturing, AI Summarization |
| Author | folorunso victor |
| Published | 09 May 2026 |
Use the JSON export at /data/workflows/15574/15574.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.
AI Powered Cold Outreach & Follow Up Automation (with Do...While variant) Automate the full cold email lifecycle — from intelligently crawling a prospect's website, to AI writing a personalised ema...
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 Nurturing, AI Summarization use case.