6 months ago I was manually researching leads, writing emails one by one, and getting maybe a 2% reply rate. Now I run a fully automated cold email system built in n8n that: ✅ Scrapes leads from multiple sources (LinkedIn, Apollo, Google Maps) ✅ Enriches each lead with AI — finds pain points, recent news, tech stack ✅ Writes a hyper-personalized first line for every single email ✅ Sequences follow-ups automatically based on behavior ✅ Books calls directly into my calendar Here's the exact workflow breakdown: Step 1 — Lead Sourcing I use a multi-source scraper that pulls leads from Apollo, LinkedIn Sales Nav export, and Google Maps depending on the niche. The data gets cleaned and deduped automatically before anything else runs. Step 2 — AI Enrichment Each lead gets run through a Claude prompt that researches the company, identifies the most likely pain point based on their industry + size, and pulls any recent trigger events (new funding, hiring spree, etc.). This takes about 8 seconds per lead. Step 3 — Personalized Email Generation Another Claude node writes the first line and email body using the enrichment data. Not a template — actually unique for each person. The difference in reply rates is insane. Step 4 — Sending + Sequencing Emails go out via Instantly (or Smartlead) with a 3-step sequence. If someone opens but doesn't reply after 3 days, they get a follow-up. If they click a link, they get a different follow-up. All logic runs in n8n. Step 5 — CRM + Calendar Integration Replies that contain certain keywords (interested, let's chat, tell me more) get flagged and pushed to HubSpot. Interested leads get a Calendly link automatically. Booked meetings sync back to my Google Calendar. The whole system runs on a $20/month n8n cloud instance. No code needed beyond the workflow setup. Reply rate went from ~2% to 8-12% depending on the niche. That's a 4-6x improvement just from better personalization at scale. Drop a comment if you want me to break down any specific node or the AI prompt I use for enrichment — happy to share the details 👇