Use case / Trial-to-paid
Convert trials by engagement, not day count.
Day-7 "your trial ends in 7 days" emails treat every trial identically. Behavioral conversion emails separate active explorers, stuck evaluators, and silent ghosts, and send each the email that actually matches their situation.
The problem
The standard trial nurture is time-based: email on days 3, 7, 11, 13, 14. It converts the users who were going to convert anyway, annoys the ones who already churned mentally, and doesn't do enough for the ones in the middle, the exact users whose behavior you can actually move.
The behavioral approach
Segment the trial by real engagement signals (last_login, feature_touches, team_invited). Send different sequences to each: urgency to active users approaching expiration, education to stuck users, win-back to ghosts. Use conversion goals so paid users exit immediately.
Implementation
How to ship it, step by step.
Track trial state
Push trial_started_at, trial_ends_at, plan, activation_score, last_login from your backend. Event on upgrade: user_upgraded.
Build three segments
Active explorers (logged in 3+ times), stuck evaluators (logged in once), ghosts (never returned after signup).
Design parallel workflows
One workflow per segment. Each has its own cadence, tone, and offer. All share the same conversion goal.
Measure conversion per segment
You'll see which segment converts at 15%, which at 3%, and where to double down. SegMailer shows per-campaign conversion rate as a first-class metric.
Segment examples
Actual segment rules you can copy.
Active explorers
trial_status = active AND login_count >= 3 AND team_invited is true
Stuck evaluators
trial_status = active AND login_count <= 2 AND trial_started more than 3 days ago
Ghosts
trial_status = active AND last_login is null AND trial_started more than 2 days ago
Trial ending, engaged
trial_ends_at within 3 days AND activation_score >= 5
Email examples
Subject lines that actually work.
What good looks like
Typical results for teams who do this well.
// Directional ranges, not guarantees, depends on your baseline, audience, and product.
FAQ
Trial-to-Paid Conversion, answered.
Pick 3–5 product actions that correlate with conversion (created first X, invited teammate, connected integration). Score 1 point per action. Push as an attribute. Update on every action.
Ship this flow this week.
Free forever up to 500 contacts. No credit card. Set up in under an hour.
Start free →