Email sequences directly drive revenue. A welcome sequence converts 3-10% of new subscribers. A nurture sequence turns 2-5% of leads into customers. Re-engagement reclaims 10-15% of dormant subscribers. For a 10K subscriber list at $50 average order, a 5% conversion sequence = $25,000.
Revenue Streams
Email Sequence Setup ($1K-5K/client) — build automations for businesses
#!/usr/bin/env bash# Create a 5-email welcome sequence in 60 minutesmkdir -p ~/email-sequences/welcome
cat > ~/email-sequences/welcome/01-welcome.md << 'EMAILEOF'
Subject: Welcome to [Brand] — here's your [lead magnet]
Body: Thank you for joining! Here's the [resource] you requested.
CTA: [Link to best content/product]
EMAILEOF
cat > ~/email-sequences/welcome/02-story.md << 'EMAILEOF'
Subject: The story behind [Brand]
Body: How we started, why we do this, and what we believe.
CTA: Read our manifesto
EMAILEOF
cat > ~/email-sequences/welcome/03-value.md << 'EMAILEOF'
Subject: 3 ways to get the most out of [product]
Body: Quick wins your customers use.
CTA: [Product link]
EMAILEOF
cat > ~/email-sequences/welcome/04-social.md << 'EMAILEOF'
Subject: Join our community
Body: Connect with [N] other [audience] on [platform].
CTA: Join community
EMAILEOF
cat > ~/email-sequences/welcome/05-offer.md << 'EMAILEOF'
Subject: Exclusive offer for new members
Body: Limited-time discount on [product].
CTA: Get [X]% off — expires [date]
EMAILEOF
echo"=== Welcome sequence created ==="echo"Day 1: Welcome + lead magnet"echo"Day 3: Brand story"echo
"Day 5: Value/quick wins"
echo
"Day 7: Community"
echo
"Day 10: Offer"
Sequence Mapping and Automation Triggers
Every sequence needs three things: a trigger (what starts it), a goal (what it should do), and an exit (when to stop).
A trigger fires only once per contact unless re-added via a new event
Delay between triggered emails: minimum 24 hours, maximum 7 days between touches
Exit logic: if contact converts or unsubscribes, remove from all active sequences
Welcome Series
The highest-converting sequence in any email program. New subscribers are warm — they just opted in. Capitalize immediately.
5-Email Welcome Series Blueprint
#
Timing
Subject Line Angle
Goal
1
Immediately
Deliver lead magnet / confirm signup
Deliver promise, establish sender
2
Day 2-3
Brand story / origin
Build connection and trust
3
Day 4-5
Value / quick wins
Demonstrate product value
4
Day 6-7
Social proof / community
Reduce perceived risk
5
Day 8-10
Offer / discount
Convert to first purchase
Welcome Series Best Practices
Single CTA per email — one link, one button, one ask
Lead magnet in email 1 — deliver what was promised immediately
No hard sell before email 3 — earn trust before asking for money
Discount escalates — start with social proof, close with offer
Remove from welcome after purchase — transition to onboarding
Nurture Funnels
Lead nurturing moves cold subscribers toward a purchase decision. The sequence replaces the role of a salesperson: educate, build trust, present offer.
6-Email Nurture Blueprint
#
Angle
Content
Goal
1
Problem awareness
The cost of inaction
Create urgency
2
Education
How to solve [problem]
Establish authority
3
Social proof
Case study / testimonial
Reduce skepticism
4
Solution
Your product/service as answer
Present the option
5
Objection handling
FAQ / comparison
Remove barriers
6
Offer
Limited-time / bonus
Close
Nurture Rules
Use 70% value / 30% promotion ratio
Each email should give away a piece of your methodology for free
Track click-through to score leads (3+ clicks = sales-ready)
{first_name} — Required. Always have a fallback ("Friend").
{company} — B2B sequences.
{product_name} — Referenced product or last purchased item.
{order_value} — Transactional and upsell sequences.
{account_created} — Number of days since signup.
{last_login} — Number of days since last activity.
{plan_name} — Current pricing tier.
{lead_magnet} — What they downloaded.
{city} — For localized events.
A/B Testing Emails
Test one variable per experiment. Let statistical significance (95% confidence) decide.
What to Test (Ranked by Impact)
Variable
Typical Lift
Sample Size Needed
Notes
Subject line
10-40%
500-1000 per variant
Test 2-3 variants
Preview text
5-15%
300-500
Most underused lever
CTA copy / button
10-25%
500-1000
"Get started" vs "Claim now"
Send time
5-20%
1000+
Timezone-aware
From name
5-15%
500
Person vs brand
Offer / discount
20-50%
2000+
10% vs 20% off
Body copy length
5-10%
500
Short vs long
Images
5-15%
500
With vs without images
A/B Testing Rules
Statistical significance: 95% confidence minimum before declaring a winner
Sample size: minimum 100 opens per variant for subject lines, 500 for body tests
Traffic split: 50/50 for initial split, then 10-20% test / 80-90% control for champion/challenger
Duration: run for at least one full business cycle (7 days) to account for day-of-week effects
One variable at a time: testing subject line AND CTA simultaneously means you don't know what moved the needle
Document results: keep a testing log with hypothesis, result, and next action
Winner gets promoted to control; loser gets archived
Deliverability Optimization
Your sequence is worthless if it lands in spam. Deliverability is infrastructure, not strategy.
Core Deliverability Checklist
Domain authenticated with SPF, DKIM, and DMARC
Custom sending domain (not shared) for transactional and marketing
Dedicated IP or reputable shared pool
Warm-up schedule for new sending infrastructure (2-4 weeks)
List hygiene: remove hard bounces immediately, soft bounces after 3 tries
Engagement-based sunset policy: 90 days no open = suppress
Plain-text version included in every email
Text-to-image ratio: 60%+ text
Link-to-text ratio: no more than 1 link per 100 words
Spam score: below 4 on mail-tester.com before every major send
Seed testing: send to Gmail, Outlook, Yahoo, and Apple before blast