Before you start: the “Revenue Automation Rule”
A workflow only matters if it improves one of these:
→ More leads
→ More booked calls
→ More conversions
→ More repeat purchases
→ More trust (reviews, retention)
Now let’s break down the 9 workflows.
1) Automated Lead Capture (No lead slips through)
What it does
Captures leads from multiple sources and instantly pushes them into your CRM + alerts your team.
Why it sells
Speed matters. The faster you respond, the higher your close rate.
Inputs (lead sources)
You can connect any of these:
- Website forms (Typeform, Tally, Webflow, WordPress)
- Meta/Facebook Lead Ads
- Google Ads lead forms
- LinkedIn lead forms (via webhook/API tools)
- Landing page tools
Flow
Web Form / Ad Lead → n8n → CRM (HubSpot/Salesforce) + Slack Alert
Step-by-step build in n8n
- Trigger
- Choose: Webhook / Facebook Lead Ads / Form submission trigger
- Clean + validate
- Add a Set node to standardize fields:
- firstName, lastName, email, phone, source, campaign
- Add an IF node:
- if email is missing → send to “manual review” list
- Add a Set node to standardize fields:
- Deduplicate
- Search CRM for existing contact by email
- If found → update existing contact
- If not found → create new contact
- Notify instantly
- Slack node: “New lead from FB Ads: Name + email + source”
- Optional: assign owner based on region or lead type
Extra upgrades (makes it premium)
✓ Auto lead scoring (AI)
✓ Auto assign to sales rep
✓ Auto send lead magnet email
✓ Track UTM parameters into CRM
2) Personalized Cold Email Outreach (More replies, less spam)
What it does
Takes a prospect list and sends personalized emails + follow-ups automatically.
Why it sells
Personalization increases replies. Automation increases volume.
Flow
Spreadsheet / Apollo.io → n8n (Personalization Logic) → Email Sender
Step-by-step build
- Trigger
- Manual trigger OR Cron (daily run)
- Get prospects
- Google Sheets node / Airtable node / Apollo export
- Enrich prospect data (optional but powerful)
- Clearbit / Hunter / LinkedIn enrichment
- Add fields like:
- companyName, role, website, industry
- Personalization logic
- Use one of these:
- Code node (simple templates)
- AI node (GPT prompt) Example:
- “Write a 1-line intro based on their role + company.”
- Use one of these:
- Send email
- Gmail / Mailgun / SendGrid
- Track messageId
- Follow-ups
- Wait node (2 days)
- Check reply status
- If no reply → send follow-up 1
- Repeat
Extra upgrades
✓ Stop sequence if they reply
✓ Stop if they click link (high intent)
✓ Route hot replies to Slack instantly
✓ Push replies into CRM pipeline automatically
3) Abandoned Cart Recovery (Easiest money)
What it does
Detects abandoned carts and sends reminders via email/SMS.
Why it sells
This is “revenue recovery”. It’s literally money already earned but not collected.
Flow
Shopify → n8n (Wait 1hr) → Email/SMS Reminder
Step-by-step build
- Trigger
- Shopify event: cart created / checkout started
- OR “abandoned checkout” event
- Wait
- Wait node: 1 hour
- Check if purchase completed
- Search Shopify orders by email / checkout ID
- If order exists → stop workflow
- Send reminder
- Email: “You left something behind”
- SMS: short message + checkout link
- Second reminder
- Wait 24 hours
- Send discount code (optional)
Extra upgrades
✓ Personalize based on product category
✓ Dynamic discount logic (only if cart > ₹X)
✓ WhatsApp follow-up (Twilio/WA API)
✓ AI-written message variants (A/B testing)
4) CRM Cleanup + Enrichment (Better data = better sales)
What it does
Keeps CRM clean and enriches leads with missing data automatically.
Why it sells
Most CRMs are messy. Sales teams waste time on bad data.
Flow
CRM → n8n → Clearbit/Hunter → Update CRM
Step-by-step build
- Trigger
- “New contact created” in HubSpot/Pipedrive
- OR Cron job: daily cleanup
- Find missing fields
- IF companyName is empty → enrich
- IF phone missing → attempt lookup
- Enrich
- Clearbit: company size, industry, website
- Hunter: email verification + domain info
- Update CRM
- Update record with enriched fields
- Tag for segmentation
- Add tags like:
- “High value lead”
- “B2B SaaS”
- “India”
- Add tags like:
Extra upgrades
✓ Auto create tasks for sales rep
✓ Auto move lead stage
✓ Detect fake emails and remove them
✓ AI lead scoring based on enrichment
5) Automated Meeting Scheduling (Book calls faster)
What it does
Automatically handles booking confirmations, calendar invites, meeting links, reminders.
Why it sells
Less friction = more booked calls = more revenue.
Flow
Calendly → n8n → Calendar + Zoom Link + SMS
Step-by-step build
- Trigger
- Calendly “Invitee created” event
- Create calendar event
- Google Calendar / Outlook node
- Create meeting link
- Zoom / Google Meet
- Attach link to calendar invite
- Send confirmation
- Email confirmation
- SMS reminder 15 min before
- Update CRM
- Add meeting date field
- Move stage to “Demo booked”
Extra upgrades
✓ Pre-call questionnaire automation
✓ Auto send agenda + case study PDF
✓ AI-generated call briefing for sales rep
✓ Auto follow-up if no-show
6) Post-Purchase Upsell / Cross-sell (Increase LTV)
What it does
After a customer buys, it recommends the next best product.
Why it sells
It increases average order value + lifetime value without spending on ads again.
Flow
Order Complete → n8n (Wait 3 days) → Upsell Email
Step-by-step build
- Trigger
- Shopify “Order paid”
- Wait
- 3 days (let them receive product first)
- Choose upsell product
- Rule-based:
- If Product A → suggest Product B
- AI-based:
- Recommend based on product type + customer profile
- Rule-based:
- Send email
- Include:
- product link
- benefit
- limited offer
- Include:
Extra upgrades
✓ Different upsells for repeat buyers
✓ Add review request first, upsell later
✓ WhatsApp upsell message
✓ Subscription reminder system
7) Feedback + Review Request (Social proof machine)
What it does
Asks happy customers for reviews automatically.
Why it sells
Reviews increase conversions and trust massively.
Flow
Deal Closed → n8n → Survey → Review Request
Step-by-step build
- Trigger
- CRM deal moved to “Closed Won”
- OR Shopify order delivered
- Wait
- 5–7 days after delivery
- Check satisfaction
- Send mini survey:
- “Rate 1–10”
- If score >= 8 → request review
- If score <= 7 → route to support team
- Send mini survey:
- Send review link
- Google Reviews / G2 / Trustpilot
Extra upgrades
✓ Auto create support ticket for unhappy customers
✓ Incentive logic (coupon for review)
✓ Store review text in CRM
✓ AI summarizes feedback patterns monthly
8) Retargeting Audience Builder (Cheaper ads, higher intent)
What it does
Builds ad audiences based on user behavior automatically.
Why it sells
Retargeting is where conversions happen. This makes it smarter.
Flow
Website Analytics → n8n → Custom Audience (Facebook Ads)
Step-by-step build
- Trigger
- Event from GA4 / Segment / Pixel webhook Example:
- visited pricing page
- clicked checkout
- watched 75% webinar
- Segment logic
- If event = pricing_view → add to “High Intent”
- If event = blog_view → add to “Top of Funnel”
- Send to ad platform
- Facebook custom audience
- Google customer match
- Exclude buyers
- If purchase event → remove from retargeting audience
Extra upgrades
✓ Multi-touch scoring (3 visits = hot)
✓ Dynamic creative triggers
✓ Sync audiences to email lists too
✓ AI predicts intent level
9) Webinar/Event Follow-up (The money is in follow-up)
What it does
Automates reminders + replay + offer sequence after webinars.
Why it sells
Most people don’t buy live. They buy after reminders + follow-up.
Flow
Zoom Registrants → n8n → Reminders + Replay + Sales Sequence
Step-by-step build
- Trigger
- New webinar registration
- Reminder sequence
- 24 hours before
- 1 hour before
- 10 minutes before
- After webinar
- If attended:
- send replay + offer
- If didn’t attend:
- send replay + “catch up” email
- If attended:
- Push hot leads to sales
- If clicked offer link → Slack alert
- Create deal in CRM
Extra upgrades
✓ AI-generated personalized follow-up email
✓ Auto send call booking link to hot leads
✓ Track engagement score in CRM
✓ “Last chance” deadline automation
How to Package These as a High-Ticket Offer (Important)
If you’re selling automation services, don’t sell “a workflow”.
Sell a revenue system.
Example packages:
Starter ($500–$1500)
- Lead capture + CRM + Slack alerts
- Basic outreach follow-up
Growth ($2000–$5000)
- Lead capture + enrichment + outreach + booking
- Full tracking + segmentation + reporting
Scale ($5000+)
- Everything above
- Error handling, retries, logging
- Documentation + training + maintenance
