Win-Back Email for Supplement Brands
A supplement win-back that restarts the regimen, not the coupon. Lapsed subscribers usually quit before day 14, before the effect compounds, so this template leads with the dose and timing, offers pause over cancel, and keeps every claim structure and function with the FDA disclaimer attached.
What makes this win-back work for supplements / wellness
Supplement churn is an adherence problem wearing a price costume. Customers who cancel a magnesium, collagen, or greens subscription usually quit in the first two weeks, before the effect compounds, because they never built a taking habit and never felt a difference. A 30 percent off win-back rewards that pattern and trains them to cancel again next month for another coupon. The reactivation that sticks leads with the regimen, not the discount.
Trigger and timing. Fire the first win-back the moment a subscription cancels or a renewal lapses past the bottle window. For a 30-day SKU that lands around day 35 with no reorder. Run a three-touch series: a save offer at cancellation, a regimen reminder at day 7, and a restart nudge timed to the empty bottle at day 30. Earlier than the bottle window reads as pushy. Past 45 days the customer has stopped thinking of themselves as someone who takes this, and reactivation rates fall off a cliff.
The offer. Lead with the regimen, keep the discount shallow. Restart at the same price with free shipping, or move a lapsed one-time buyer to 15 percent subscribe-and-save. Put a pause-and-resume option on the preference page as the softer door so the choice is pause versus cancel, not cancel versus ignore. Hold back the percentage off. A returning subscriber who pays full price after a regimen nudge churns again at roughly half the rate of one pulled back with 30 percent off.
Copy angle. Name the real failure and fix it in one line. "You stopped in week one. Magnesium builds over two to four weeks, so most people feel the shift around day 14" beats "We miss you, here is 20 percent off." Give the exact dose and timing: two capsules with dinner, not take daily. Reference the actual SKU they last received. Keep every claim structure and function (supports restful sleep, supports muscle recovery) and never a disease claim, no treats insomnia, no cures anxiety. Run the FDA disclaimer under the benefit line on every win-back in the series, not just the first send.
CTA. One action, matched to the offer. "Restart my magnesium, free shipping" beats "Shop now." If the subscriber paused rather than canceled, point the button at the resume endpoint in your portal. Keep a secondary link to the preference page so they can swap the dose, flavor, or cadence instead of leaving.
Numbers to expect. A regimen-led win-back series reactivates 4 to 7 percent of lapsed supplement subscribers at 60 days. Customers who restart at full price with a regimen reminder retain about 2 times better at 90 days than those won back with a deep discount, because they restarted the habit, not the coupon.
Why it renders in every inbox
Supplement buyers open on phones, mostly in Gmail and Apple Mail, and a large share block images by default. The win-back has to land its regimen reminder and its disclaimer as live text in every client.
Layout is nested HTML tables, not divs or flex. Outlook and Gmail strip flexbox and clip modern CSS layouts, so every column here is a table inside a table. The hero, the regimen block, and the footer each hold their shape when the client drops support for everything else.
Every style is inline. Gmail keeps a single head style block and discards the rest, so a class on a cell does nothing in Gmail web. Color, font size, padding, and link treatment live as inline attributes on each element. The dose line and the disclaimer render the same with or without the head styles.
The CTA is a bulletproof VML button. Outlook 2007 through 2021 render with the Word engine, which ignores CSS backgrounds and border-radius on anchors. A VML rectangle draws the clay fill and rounded corners in Outlook, so the Restart button stays clickable and colored instead of collapsing to a flat text link.
Headlines, the dose instructions, and the FDA disclaimer are live text, not images. Image-only copy gets blocked on first open in Gmail and Outlook, and a disclaimer baked into a PNG is invisible to a screen reader and a compliance reviewer. Live text also rescales cleanly in dark mode.
Dark mode is handled with a color-scheme meta. Apple Mail and Outlook.com invert undeclared dark backgrounds into washed-out blue-grey. Declaring color-scheme: light dark tells the client the email knows about dark mode, so the cream background and forest type stay legible instead of inverting into a mess.
One mobile media query, scoped to 480px. It drops the headline size and keeps the regimen block readable on a phone. A single query is enough; stacking more just bloats the head past the roughly 102KB point where Gmail clips the message.
Web fonts carry a full fallback. The brand font loads with a Helvetica, Arial, sans-serif stack behind it. Outlook ignores remote fonts entirely, and the fallback carries the design with no missing-glyph boxes.
How to use it in Klaviyo or Mailchimp
1. Copy the compiled HTML. Use the Copy HTML button on the preview, or export from the MJML at mjml.io.
2. Paste into your ESP. In Klaviyo, open the win-back flow, add an email, drag in an HTML block, and paste. In Mailchimp, start a campaign, choose Code your own, then Paste in code, and paste the full document.
3. Re-skin to the brand. Swap Fernwood Botanicals, the logo text, the forest and clay hex values, and the two URLs. The palette lives in one mj-attributes block at the top of the MJML.
4. Wire the merge tags. Supplement win-backs need live product and subscription data, not hardcoded copy. - First name: Klaviyo uses {{ first_name|default:'there' }}, Mailchimp uses *|FNAME|*. - Last product: Klaviyo pulls it from the Placed Order event with {{ event.extra.items.0.product.name }}, or a custom property {{ person|lookup:'Last Product' }}. Mailchimp uses a product merge field like *|LAST_PRODUCT|*. - Subscription status: filter on Subscription Active or your Recharge Status so the restart offer only reaches lapsed or canceled subscribers. Never send the restart CTA to someone whose subscription already runs. - Restart link: point the button at your subscription portal pre-filled with the SKU, for example /portal/resume?variant={{ variant_id }} in Klaviyo or *|RESUME_URL|* in Mailchimp.
5. Add the compliance layer. Keep the FDA disclaimer hardcoded under the benefit line, approved once and reused on every send. Do not inject it through a merge tag. If the brand makes disease claims anywhere in the flow, flag it for the client before this email ships.
6. Test before you send. Send a real proof to Gmail web and mobile, Apple Mail in light and dark, and Outlook on Windows. Confirm the product name resolved through the merge tag, the disclaimer reads at small size, and the VML Restart button is clickable in Outlook.
Questions
Is this supplement win-back template free? +
Yes. The MJML and the compiled HTML are free to copy into Klaviyo or Mailchimp for client work, paid or not. Keep the unsubscribe link and the physical address in the footer; they are required by CAN-SPAM and GDPR. Keep the FDA disclaimer under every benefit line.
Will it render correctly in Outlook? +
Yes. The layout uses nested tables and inline CSS, and the Restart CTA is a bulletproof VML button, so Outlook 2007 through 2021 show the clay fill and rounded corners instead of a flat text link. The dose instructions and the FDA disclaimer stay legible in Outlook dark mode.
Can I match the colors to my supplement brand? +
Yes. The palette lives in one mj-attributes block at the top of the MJML: forest green, sage, cream, and clay. Change the hex values once and the whole email re-skins. Keep body text contrast above 4.5 to 1 and avoid pure white backgrounds so dark mode does not invert the disclaimer into unreadable grey.
Do I need to know HTML to use it? +
No. Paste the compiled HTML into a Klaviyo HTML block or the Mailchimp Paste in code editor and swap the text, colors, and links. The only code-shaped step is wiring the merge tags for the live product name and the resume link, and the template ships with both 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 fintechHaven
- Win Back email for RestaurantsSaltwood Kitchen
- Win-back email for subscription boxesHearthwood Coffee Co.
- Win-back (re-engagement) emailORSO