The Problem
When I launched AP Workflow, leads came in through a form on my website. Every time someone submitted the form, here's what happened:
- 1 I'd get a notification and open the submission
- 2 Google the company to understand what they do
- 3 Decide if it's worth following up
- 4 Create a record in my CRM (Notion)
- 5 Write a personalized follow-up email
- 6 Send it and note the follow-up date
Each lead took 30-45 minutes of manual work. Leads that came in on weekends or evenings sat untouched for hours. The follow-up was good when I had time, but inconsistent when I was busy with client work.
For someone who builds automations for a living, this was embarrassing.
What I Built
A 14-node n8n workflow that handles the entire pipeline from form submission to personalized follow-up. Here's what it does:
- ✓ Form submission triggers a webhook -- the pipeline starts instantly, even at 2am on a Saturday
- ✓ Lead scoring -- the system reads the message, analyzes the company, and assigns a score from 1-10
- ✓ CRM record created -- a Notion database entry with all lead details, score, and follow-up date
- ✓ Personalized email sent -- not a template. Written by Claude based on what the lead actually said, with a relevant PDF resource attached
- ✓ Slack alert -- I get a notification with the lead score and summary
- ✓ Austin gets emailed -- a copy of the sent response lands in my inbox for reference
Before vs. After
30-45 minutes per lead. Manual research. Manual CRM entry. Inconsistent follow-up timing. Weekend leads sat for hours. Quality depended on how busy I was that day.
30 seconds per lead. Automatic scoring and enrichment. CRM record created instantly. Personalized email sent within a minute. Runs 24/7 regardless of what I'm doing.
The Results
Every lead gets the same quality of response, whether it comes in Monday at 10am or Saturday at midnight. The scoring system helps me prioritize -- high-score leads get a call within hours, lower-score leads still get a thoughtful reply and resource.
Watch It Run
The Stack
- ✓ n8n -- self-hosted workflow orchestration (14 nodes)
- ✓ Claude -- personalized email writing based on lead context
- ✓ Notion -- CRM database with lead scoring and follow-up tracking
- ✓ Resend -- transactional email with PDF attachments
- ✓ Slack -- real-time alerts with lead summaries
- ✓ AWS EC2 -- self-hosted infrastructure, zero per-task fees
I Can Build This for You
This exact workflow pattern works for any business that captures leads through a website. The tools and details change (maybe you use HubSpot instead of Notion, or need SMS instead of email), but the architecture is the same: capture, score, enrich, follow up, notify.
If your team is manually processing leads, you're leaving response time and quality on the table. A system like this typically takes 1-2 weeks to build and pays for itself within the first month.