Back-in-Stock Email for Jewelry Brands
Your best buyer asked to be told the moment the Margot Signet came back. This back-in-stock email fires the second the bench finishes the run, with their piece held aside and a private link that sells it at full price.
What makes this back-in-stock work for jewelry / accessories
Jewelry restock is not apparel restock. A necklace does not come in a size M. It sells out because the first run was small, and the buyer who missed it wants that exact piece, not a substitute. That fact changes the trigger, the offer, and the copy.
Trigger on the SKU, and often on the metal. A signet in yellow gold and the same signet in white gold are different SKUs. Klaviyo records the exact variant the shopper asked about, and the email sends only when that variant comes back. Restock the yellow gold and the white-gold waiter hears nothing.
Send the instant inventory clears. Jewelry runs are tiny. A second casting of forty pieces can sell to the waitlist in an afternoon. A daily digest sends the email after the run is already gone. Wire the flow to the real-time restock event, not a summary.
The offer is priority access, not a discount. Fine jewelry brands do not drop a sixty-dollar code on a six-hundred-dollar ring. The lever that moves jewelry is "you asked first, so you buy first." Give the waitlist a private link before the piece goes public, or hold one piece per subscriber for forty-eight hours. Same ring, full price, sold. A discount trains the buyer to wait. Early access trains them to tell you what they want.
One true scarcity line beats three exclamation marks. "Second run of forty. Eight reserved for the waitlist." That is the whole urgency engine for a limited run.
Copy sounds like an atelier, not a clearance rack. Name the piece, name the metal, state the price, and say what the bench did. "The Margot Signet is back. We finished the second run and held one aside." Restraint reads as luxury. Hype reads as a furniture-store circular.
Real copy: - Subject: The Margot Signet is back. We held one for you. - Preheader: Second run of forty. Your priority access lasts 48 hours. - Headline: It's back. And we set one aside. - Scarcity: Second run of 40. Eight reserved for the waitlist.
The CTA deep-links to the product page with the waitlist token attached, so the held piece is the one that loads. One button, one destination. Never the homepage, never the collection grid.
Numbers from real jewelry accounts: back-in-stock sends convert 30 to 50 percent of the waitlist, and for a limited run the waitlist often absorbs the whole stock before the piece reaches the public site. Treat the notify list as your best audience of the quarter.
Why it renders in every inbox
Jewelry emails live or die on the product photo, so the rendering has to hold up under a heavy image. The structure is built for the worst clients first.
Nested HTML tables carry the layout. No divs, no flexbox, no grid. Outlook on Windows still renders mail through Word, and Word does not understand modern layout. Each row is a table, each block a cell. Gmail strips what it cannot parse, and tables survive every client that matters.
Every style is inline. Background color, padding, and font size sit on the element in a style attribute. Gmail drops the head stylesheet, so anything not inlined vanishes. Mailwright inlines every visual property at export.
The CTA is a bulletproof VML button. Outlook 2007 through 2019 ignore CSS backgrounds on links, so a plain button shows up as a blue underlined link on white. The button ships with VML markup that tells Word to paint the gold fill and the shape. Without it, your "Secure the piece" tile is unreadable in the client half of buyers open at work.
The headline, price, and scarcity line are live text over the ivory background, not burned into the product JPEG. Live text loads before images download, scales to the reader, and stays legible when images are blocked on first open. The photo carries the desire. The text carries the close.
Dark mode is declared, not guessed. The head carries a color-scheme meta set to light and dark. Apple Mail and Outlook invert backgrounds in dark mode, and an untagged ivory section can flip to a muddy grey that fights the gold accent. Declaring the scheme tells the client how to handle the palette.
One mobile media query handles the small screen. A single max-width:480px block bumps the spacing and stacks the padding. One query, not five. Stacked breakpoints fight each other in Samsung Mail.
Type runs in a serif stack of Georgia, Times New Roman, serif. No web-font dependency. Outlook and Gmail strip web fonts entirely, so the fallback has to carry the design alone. It does.
How to use it in Klaviyo or Mailchimp
Copy the exported HTML from Mailwright. The path from there is short.
In Klaviyo, open your back-in-stock flow email. Drag in an HTML block, or set the message type to source code. Paste the full HTML document. Save.
In Mailchimp, start a campaign and choose Code your own. Select Paste in code. Paste the HTML and click Validate. Mailchimp flags any tag it does not recognize.
Swap the brand. Replace "Lumen & Vale" with the client name, drop in their logo image URL, and update the footer address. The logo swap is one image src.
Swap the colors. The palette lives in two places, the color-scheme meta and the inline styles. Find and replace the hex values so the button, accent, and footer stay consistent. Keep text contrast above 4.5:1 so dark-mode inversion stays legible. The two jewelry tokens are the ivory background (#FBF8F3) and the gold accent (#B8924A).
Swap the links. Every href should point to the product page with the waitlist token attached, so the held piece is the one that loads. For jewelry that means the exact variant URL (yellow gold, size 7), not the category page.
Wire the merge tags. Jewelry BIS is variant-specific, so the tags are too.
Klaviyo: - Product name: {{ item.name }} - Product URL (variant): {{ item.url }} - Price: {{ item.price }} - Metal or size: the BIS event property {{ event.variant_name }} - Priority access link: {{ person|lookup:'bis_priority_url' }}
Mailchimp: - Product name: *|PRODUCT_NAME|* - Product URL: *|PRODUCT_URL|* - Price: *|PRODUCT_PRICE|* - Metal or size: *|VARIANT_NAME|* (a merge field you set on the product)
Test before you send. Send a preview to Gmail on web and Android, Apple Mail on iPhone and macOS, and Outlook on Windows. Flip dark mode on iPhone and macOS to confirm the color-scheme meta holds. Confirm the product photo downloads, the VML button fills gold in Outlook, and the CTA lands on the right variant with the waitlist token intact.
Questions
Is this back-in-stock template free to use for my jewelry clients? +
Yes. The HTML and the MJML are free. Paste them into as many client accounts and Klaviyo flows as you need. No license, no per-send fee.
Will the product photo and the gold CTA button render in Outlook? +
Yes. The button ships as a VML shape, so Outlook 2007 through 2019 paint the gold fill instead of a blue underlined link. The product photo sits in a standard image tag every client renders. Run a preview send to Outlook on Windows to confirm the held-piece link still loads.
Can I match it to my jewelry brand palette? +
Yes. The colors live in inline styles and the color-scheme meta. Swap the ivory (#FBF8F3) and gold (#B8924A) hex values for your house palette and the whole email reskins in one pass. Keep text contrast above 4.5:1 so the design holds when dark mode inverts the background.
Do I need to know HTML to ship this? +
No. Copy the export, paste it into Klaviyo or Mailchimp, and edit the brand name, two hex colors, and your links in plain text. HTML helps if you want to fine-tune a variant block or a ring-size table, but the template sends as-is.
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 Baby brandsBloom & Burrow
- 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 FintechVelt
- Abandoned Cart email for Jewelry brandsSolenne
- Abandoned Cart email for Outdoor brandsRidgebound
- Abandoned Cart email for Pet brandsPantry Hound
- Abandoned Cart email for Real Estate brandsRidgeline Realty
- Abandoned Cart email for RestaurantsSycamore Kitchen
- Abandoned cart email for skincare brandsMira
- Abandoned cart email for supplement brandsVerdant Labs
- Abandoned Cart email for Travel brandsSaltcove Resorts
- Abandoned cart emailMaison Riva
- Back-in-stock email for beauty brandsMarisol Skincare
- Back-in-stock email for coffee brandsNorthbank Coffee Roasters
- Back in Stock email for Fashion brandsMaris & Wren
- Back in Stock email for Pet brandsWilder Hound
- Back-in-stock email for sneaker brandsPavement Supply Co.
- Back-in-stock email for supplement brandsFernwell Naturals
- Back in Stock email for Wine brandsHollis Ridge
- Back-in-stock emailAURE
- Birthday email for beauty brandsMaison Lumière
- Birthday email for Coffee brandsDaybreak Roasters
- Birthday email for EcommerceHearth & Hazel
- Birthday email for Jewelry brandsAurum & Oak
- Birthday email for Nonprofit brandsBrightwater Children's Fund
- Birthday email for Pet brandsPawly
- Birthday email for restaurantsCoppa Rossa
- Birthday email for Travel brandsTidehaven Resorts
- Birthday emailSMALL BATCH ROASTERS
- Browse Abandonment email for Baby brandsWren & Cub
- Browse Abandonment email for Beauty brandsHalden & Hue
- Browse abandonment email for fashionHalden Studio
- Browse Abandonment email for Fitness brandsRidgeline Strength
- Browse abandonment email for home goodsHalvor & Oak
- Browse abandonment email for supplement brandsHearthroot
- Browse Abandonment email for Travel brandsMeridian Voyages
- Browse abandonment emailHARTWELL
- Weekly digest emailCadence Weekly
- Event / webinar invite emailCadence
- Flash Sale email for Fashion brandsMarlowe Studio
- Flash sale emailMARA
- Loyalty VIP email for coffee brandsDriftwood Coffee Roasters
- Loyalty / VIP emailMAISON VERDE
- Newsletter email for creatorsMargins
- Newsletter email for ecommerceMarlow & Finch
- Newsletter email for fitness brandsRidgeline Strength
- Newsletter email for Jewelry brandsMaison Vermeil
- Newsletter email for Nonprofit brandsRiverbend Food Bank
- Newsletter email for real estate brandsCrestview Realty
- Newsletter email for restaurantsSaltmarsh
- Newsletter email for SaaSRelaybeam
- Newsletter email for Travel brandsDriftwood Voyages
- Editorial newsletter emailFrontier
- Order Confirmation email for EcommerceHearth & Hush
- Order confirmation emailHALCYON
- Post Purchase email for Coffee brandsDaybreak Coffee Roasters
- Post Purchase email for Fitness brandsForge Strength Club
- Post Purchase email for Jewelry brandsAurum Atelier
- Post-purchase email for Pet brandsBramble & Bark
- Post-purchase email for skincare brandsVesper
- Post-purchase email for supplementsNorthroot
- Post Purchase email for Travel brandsMarisol Retreats
- Post Purchase email for Wine brandsHollis Hollow Estate
- Post-purchase emailHale and Fern
- Price Drop email for Fashion brandsMarlowe
- Price drop emailWREN
- Product announcement emailLUME
- Product launch email for DTC beautyMarisol
- Product Launch email for EcommerceNorthbound Roast
- Product Launch email for Fitness brandsForge Athletics
- Product launch email for jewelry brandsMaison Velaire
- Product Launch email for Nonprofit brandsGreenhollow Land Trust
- Product Launch email for Pet brandsBarkwell
- Product launch email for SaaSForgepath
- Product launch email for sneaker brandsFORM Athletics
- Product launch (drop) emailPULSAR
- Promotional (sale) emailOSSE
- Referral email for EcommerceSaltwater Skin
- Referral emailHEARTH
- Replenishment email for Supplement brandsRootwell
- Replenishment emailNORTHPEAK
- Review request email for course creatorsLoam Academy
- Review request email for ecommerceCove Skincare
- Review Request email for Jewelry brandsVela & Stone
- Review Request email for Nonprofit brandsRiverside Food Bank
- Review Request email for Real Estate brandsBridgepoint Realty
- Review request email for restaurantsOlive & Ember
- Review Request email for SaaSRecurlio
- Review request email for travel brandsNorthbound Lodge
- Review request emailHALCYON
- SaaS onboarding emailCadence
- Shipping Update email for EcommerceCoastline Coffee
- Shipping update emailHalftide
- Trial ending email (SaaS)Cadence
- Welcome email for baby brandsHazel & Fawn
- 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 Fitness brandsForge Athletics
- Welcome email for Jewelry brandsMaison Aurelle
- Welcome email for Nonprofit brandsRiverbend Land Trust
- Welcome email for Outdoor brandsFoxpine Supply Co.
- Welcome email for Real Estate brandsCrestview Realty
- Welcome email for restaurantsOlea Trattoria
- Welcome email for SaaSForge
- Welcome email for supplement brandsFlorae Health
- Welcome email for Travel brandsCasa Marisol
- Welcome email for Wine brandsRedtail Cellars
- Welcome emailVerda
- Win Back email for Baby brandsOlive & Oat
- Win-back email for course creatorsPigment Studio
- Win-back email for ecommerceMarlowe Skin
- Win-back email for fintechHaven
- Win-back email for jewelry brandsCovelle
- Win Back email for Outdoor brandsSwitchback Outfitters
- Win Back email for Pet brandsNorthpaw
- Win-back email for real estateNorthbridge Realty
- Win Back email for RestaurantsSaltwood Kitchen
- Win-back email for subscription boxesHearthwood Coffee Co.
- Win-back email for supplement brandsFernwood Botanicals
- Win Back email for Wine brandsHollow Oak Estate
- Win-back (re-engagement) emailORSO