Win-back email for fintech: bring dormant account holders back
A compliance-safe win-back for dormant fintech accounts. Its one job is to surface value the user cannot see from the subject line, like interest earned and goal progress, and move them to sign in and check their balance.
What makes this win-back work for fintech
Fintech dormancy is not ecommerce cart abandonment. The user already gave you money. Your product is holding it. That flips the win-back logic: you are not recovering a lost sale, you are reminding someone their balance still exists, still earns, and still belongs to them.
Trigger. Fire this email at 75 to 90 days of no login AND no transaction. Earlier than 60 days feels like surveillance. Later than 120 days and you run into two fintech-specific problems. First, the escheatment clock. In several US states, balances inactive past a threshold (often three years) must be turned over as unclaimed property. Keeping the account visibly active protects the user from that path. Second, stale accounts trip fraud and abuse rules. A user who signs in after a year of silence may get blocked by step-up authentication or a frozen-card flow, and that kills the re-engagement you just paid for.
The offer. Resist the cash bonus. In US fintech, incentives above small thresholds can trigger 1099-INT reporting and bonus abuse, and thin disclosure invites regulator attention. The cleaner offer is the value the user already earned but cannot see from the inbox: interest accrued since last login, round-up totals, goal progress. That is true, already owned by the user, and compliance-clean.
Copy angle. Lead with a real number. "You earned $42.18 in interest" outperforms "We miss you" in every test. Specificity also keeps you honest, because a number is either accurate or it is not, which forces the disclaimer discipline fintech requires. State the APY, mark it variable, date it, and name the partner bank and the FDIC line. Never use "guaranteed," "risk-free," or "free money." Those phrases are how marketing copy becomes a compliance finding.
CTA. One action. "Sign in to see your balance." Not "claim your reward" (implies a bonus you are not paying). Not "update your account" (implies something is wrong and scares the user). The user should feel they are checking on money that is already theirs, not completing a chore for you.
Why it renders in every inbox
Email clients still render like it is 2009. This template is engineered for that reality.
The layout uses nested HTML tables, not divs or flexbox. Gmail strips flexbox. Outlook ignores CSS positioning. Tables are the one structure every client parses the same way, so the two-column stat block and the hero hold their shape in Apple Mail, Gmail web, and the Gmail Android app alike.
Every style rule is inline. Gmail keeps only the inline styles on the body of a message plus a single style block in the head. Anything you rely on from an external stylesheet never arrives. Inline CSS means the email looks right even after the client strips the rest.
The button is a bulletproof VML button. Outlook 2007 through 2021 use Microsoft Word to render HTML, and Word cannot draw CSS button backgrounds or border-radius. A VML fallback draws the button as a vector shape, so Outlook users see a real colored button with padding, not a flat text link.
The body copy is live text, not text baked into an image. Live text scales for the reader and loads with no network round trip. It also stays legible when images are blocked, which is the default state in many Outlook and enterprise installs.
Dark mode is handled with a color-scheme meta tag in the head. Apple Mail and Outlook dark modes invert dark backgrounds if the email does not declare its scheme. Declaring color-scheme: light dark tells the client the email is aware of dark mode, which prevents surprise inversions that turn your navy hero into a washed-out grey.
There is one mobile media query, scoped to a 480px breakpoint. It drops the hero headline size and lets the two-column stat block stack. A single media query is enough; more queries just mean more clients that ignore them anyway.
Web fonts load with a full system fallback chain. Inter is requested from Google Fonts, and if the client blocks remote fonts (which Gmail does), the stack falls back to the system UI font. No missing-font boxes.
How to use it in Klaviyo or Mailchimp
1. Copy the compiled HTML. Use the export button on the preview to copy the rendered HTML, not the MJML source. ESPs send HTML.
2. In Klaviyo, open your campaign or flow email, add an HTML block, and paste. For a full-document import, click the source icon in a text block and paste the entire HTML document.
3. In Mailchimp, choose Campaigns, start a campaign, and under Content select Code your own, then Paste in code. Paste the full HTML and let Mailchimp inline any remaining styles.
4. Swap the brand. Replace "Haven" and the logo text, swap the navy #0B2545 and teal #1B998B for your client's palette, and update the two URLs.
5. Wire the merge tags. This is where fintech differs from retail. You want the interest, balance, and APY to come from live data, not be hardcoded. - Klaviyo: {{ person|lookup:'first_name'|default:'there' }} for the greeting. For the earned-interest figure, sync the value as a custom profile property and reference it as {{ person|lookup:'interest_earned'|default:'$0.00' }}. The APY, partner-bank name, and FDIC line should be hardcoded once, approved by compliance, and reused across every send. - Mailchimp: *|FNAME|* for the name, and custom merge fields like *|INTEREST_EARNED|* and *|BALANCE|* for the figures. Define these merge fields in Audience settings before you send.
6. Trigger on dormancy. In Klaviyo, build a segment of profiles where Last Login (or your custom Last Activity date) is older than 75 days, and drop them into a flow with this email. In Mailchimp, tag dormant contacts and send to that tag.
7. Test before you send. Send a proof to Gmail web, the Apple Mail app, and Outlook desktop. Toggle dark mode on each. Confirm the interest number pulled through the merge tag and that the FDIC disclaimer is intact and readable at small size.
Questions
Is this template free to use for client work? +
Yes. The MJML source and the compiled HTML are free to copy and use for any client, including paid agency work. No license fee and no attribution required.
Will it render correctly in Outlook? +
Yes. The CTA is a bulletproof VML button, so Outlook 2007 through 2021 show a real colored button instead of a flat link. The layout is nested tables with inline CSS, which Outlook parses correctly. The stat numbers and the FDIC disclaimer stay in place.
Can I change the colors to my client's brand? +
Yes. Swap the navy and teal hex values in the mj-attributes block and the hero section, and the change propagates through the email. Keep contrast high on the APY and FDIC disclaimer text, since compliance reviewers and accessibility audits both read at small size.
Do I need to know HTML to send this? +
No. Copy the compiled HTML, paste it into your Klaviyo HTML block or Mailchimp code import, and edit the text in the ESP editor. The only code-shaped step is wiring merge tags for the live interest and balance figures, and the template ships with the Klaviyo and Mailchimp tag formats ready to paste.
Want this on your client's brand?
Paste a client's site and we build a real, on-brand sample in clean, ESP-safe HTML you can paste into Klaviyo.
Get a free sampleMore templates
- Abandoned Cart email for Beauty brandsVeloura
- Abandoned cart email for coffee brandsSlow Bloom Coffee
- Abandoned cart email for course creatorsStoryboard Lab
- Abandoned cart email for fashion brandsSTUDIO HALDEN
- Abandoned Cart email for RestaurantsSycamore Kitchen
- Abandoned cart email for skincare brandsMira
- Abandoned cart email for supplement brandsVerdant Labs
- Abandoned cart emailMaison Riva
- Back-in-stock email for beauty brandsMarisol Skincare
- Back in Stock email for Fashion brandsMaris & Wren
- Back-in-stock email for sneaker brandsPavement Supply Co.
- Back-in-stock email for supplement brandsFernwell Naturals
- Back-in-stock emailAURE
- Birthday email for beauty brandsMaison Lumière
- Birthday email for coffee brandsTidewater Coffee Roasters
- Birthday email for EcommerceHearth & Hazel
- Birthday email for restaurantsCoppa Rossa
- Birthday emailSMALL BATCH ROASTERS
- Browse Abandonment email for Beauty brandsHalden & Hue
- Browse abandonment email for fashionHalden Studio
- Browse abandonment email for home goodsHalvor & Oak
- Browse abandonment email for supplement brandsHearthroot
- Browse abandonment emailHARTWELL
- Weekly digest emailCadence Weekly
- Event / webinar invite emailCadence
- Flash sale emailMARA
- Loyalty / VIP emailMAISON VERDE
- Newsletter email for creatorsMargins
- Newsletter email for ecommerceMarlow & Finch
- Newsletter email for restaurantsSaltmarsh
- Newsletter email for SaaSRelaybeam
- Editorial newsletter emailFrontier
- Order confirmation emailHALCYON
- Post Purchase email for Coffee brandsDaybreak Coffee Roasters
- Post-purchase email for skincare brandsVesper
- Post-purchase email for supplementsNorthroot
- Post-purchase emailHale and Fern
- Price drop emailWREN
- Product announcement emailLUME
- Product launch email for DTC beautyMarisol
- Product Launch email for EcommerceNorthbound Roast
- Product launch email for SaaSForgepath
- Product launch email for sneaker brandsFORM Athletics
- Product launch (drop) emailPULSAR
- Promotional (sale) emailOSSE
- Referral emailHEARTH
- Replenishment emailNORTHPEAK
- Review request email for course creatorsLoam Academy
- Review request email for ecommerceCove Skincare
- Review request email for restaurantsOlive & Ember
- Review Request email for SaaSRecurlio
- Review request emailHALCYON
- SaaS onboarding emailCadence
- Shipping update emailHalftide
- Trial ending email (SaaS)Cadence
- Welcome email for Beauty brandsMaris Botanica
- Welcome email for Coffee brandsBright Iron Coffee
- Welcome email for course creatorsLoaf & Crumb
- Welcome email for ecommerceNorthpine Coffee Roasters
- Welcome email for restaurantsOlea Trattoria
- Welcome email for SaaSForge
- Welcome email for supplement brandsFlorae Health
- Welcome emailVerda
- Win-back email for course creatorsPigment Studio
- Win-back email for ecommerceMarlowe Skin
- Win Back email for RestaurantsSaltwood Kitchen
- Win-back email for subscription boxesHearthwood Coffee Co.
- Win-back email for supplement brandsFernwood Botanicals
- Win-back (re-engagement) emailORSO