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.

Open the full email ↗ Get this on your brand
Live preview View HTML ↗

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 sample

More templates