How to Add a Remarkety Unsubscribe Link: The Complete 2026 Guide

Simply follow our step-by-step guide to seamlessly add a Remarkety unsubscribe link and enhance your email compliance, discover the key details inside.
Alaa
By Alaa
SMTPedia documents email infrastructure end to end: SMTP standards from the RFC archive, delivera...
4 min read Updated Jul 28, 2026 28 views

Remarkety is an e-commerce marketing automation platform serving Shopify, Magento, WooCommerce, and BigCommerce merchants with revenue-attributed automation flows for abandoned cart, post-purchase, and win-back campaigns. The unsubscribe mechanism uses the {{unsubscribe_url}} merge tag auto-injected into every campaign footer, and Remarkety emits RFC 8058 headers automatically for authenticated sending domains. Consent is tracked at the customer level with e-commerce store sync. This guide covers the tag, the multi-store e-commerce integration model, and how to verify the setup end to end.

Quick reference

Remarkety unsubscribe link

Tag syntax{{unsubscribe_url}}
PlacementAuto-embedded in every campaign footer
ScopeCustomer-level opt-out with store sync
Config pathSettings > Email > Sender configuration
RFC 8058 one-clickYes, automatic for authenticated sending domains

How to add the unsubscribe tag in Remarkety

Place the merge tag exactly as shown below in the email template. Remarkety replaces it at send time with a signed URL scoped to the recipient and campaign.

{{unsubscribe_url}}

For custom HTML templates, wrap the tag in an anchor to render a proper hyperlink in the delivered email:

<a href="{{unsubscribe_url}}">Unsubscribe from this list</a>
Default footer

Auto-embedded in every campaign footer

RFC 8058 one-click: automatic

Yes, automatic for authenticated sending domains The recipient's mailbox provider (Gmail, Yahoo) uses the List-Unsubscribe-Post header to expose the native one-click button on the message. Requires domain authentication with DKIM and DMARC.

!
Watch out for this

Remarkety e-commerce store integration syncs opt-out state to the store customer record only when the two-way sync toggle is enabled. Without it, a Remarkety unsubscribe leaves the Shopify or Magento customer record marked as opted-in, corrupting downstream integrations reading consent from the store. Enable two-way sync during initial integration setup.

Testing your Remarkety unsubscribe link

  1. Send a test message to a controlled Gmail address you own via the Remarkety campaign preview action
  2. Click the footer unsubscribe link and confirm the opt-out on the landing page
  3. Check the subscriber or contact record: the status should be Unsubscribed within seconds
  4. Verify the RFC 8058 headers in Gmail: open the message, click three dots, then Show original. Look for List-Unsubscribe and List-Unsubscribe-Post: List-Unsubscribe=One-Click
S

Want the full 222-platform reference?

See the pillar guide with the compliance landscape, the RFC 8058 deep dive, and the unsubscribe tag for every ESP: How to add an unsubscribe link: the complete 2026 guide →

Remarkety drag-and-drop templates include the unsubscribe link in the default footer, but custom HTML templates and flow-triggered emails may require the tag inserted manually.

  1. Open your campaign or flow email in the Remarkety editor.
  2. Add or edit a text block in the footer where the unsubscribe link should appear.
  3. Insert the merge tag {{unsubscribe_url}}. Remarkety replaces it at send time with a signed URL scoped to the customer.
  4. Wrap it in an anchor: <a href="{{unsubscribe_url}}">Unsubscribe</a>.
  5. Configure the sending domain under Settings > Email > Sender configuration.
  6. Send a test to a seed address and verify the rendered link routes to the Remarkety-hosted preference page.

Multi-store e-commerce integration and opt-out sync

Remarkety e-commerce store integration syncs opt-out state to the Shopify, Magento, WooCommerce, or BigCommerce customer record only when the two-way sync toggle is enabled. Without it, a Remarkety unsubscribe leaves the store customer record marked as opted-in, corrupting downstream integrations reading consent from the store (loyalty programs, customer service tools, personalization engines). Enable two-way sync during initial integration setup. Multi-store accounts running one Remarkety account across two stores need per-store sync configuration to keep opt-out state consistent across brands.

RFC 8058 one-click headers

Remarkety added RFC 8058 one-click unsubscribe automatically ahead of the Google and Yahoo February 2024 requirements. The List-Unsubscribe and List-Unsubscribe-Post headers inject on every marketing send from domains authenticated under Settings > Email > Sender configuration. SPF and DKIM records must be verified. Multi-store accounts sending from distinct brand domains need per-domain authentication verification to keep one-click compliance uniform across the store portfolio.

Revenue attribution and win-back flow enforcement

Remarkety revenue attribution tracks per-email, per-flow, and per-customer transaction outcomes, letting merchants measure the incremental revenue from each marketing send. Opt-out events update the revenue attribution model: a high-LTV customer who opts out reduces expected future revenue in forecasts, informing win-back strategy. Flow-based automations respect the opt-out flag at each send step and can be configured with exit criteria that route unsubscribed customers to alternative paths (SMS opt-in prompts, cross-channel re-engagement, direct mail).

Frequently Asked Questions

What is the Remarkety unsubscribe tag?

The merge tag is {{unsubscribe_url}}. Remarkety replaces it at send time with a signed URL scoped to the customer. Use it inside an anchor: <a href="{{unsubscribe_url}}">Unsubscribe</a>.

Which e-commerce platforms does Remarkety support?

Shopify, Magento, WooCommerce, and BigCommerce with native integrations. Each integration supports two-way sync of opt-out state to keep consent consistent between Remarkety and the store customer record.

Does Remarkety support one-click unsubscribe for Gmail and Yahoo?

Yes, automatically for authenticated domains. Remarkety injects List-Unsubscribe and List-Unsubscribe-Post headers on every marketing send from domains verified under Settings > Email > Sender configuration.

Do abandoned cart flows honor Remarkety unsubscribes?

Yes. All Remarkety flows respect the marketing opt-out flag: an unsubscribed customer does not receive cart recovery emails, only transactional order confirmations that bypass marketing consent as required by e-commerce transactional exemptions.

Can Remarkety multi-store accounts share suppression?

By default no, per-store suppression is isolated to keep brand-level opt-out pools separate. Configure cross-store sync only when the brands should share opt-out state (typically same-parent multi-brand retailers with unified customer databases).


About the Author

Alaa - SMTPedia author

Alaa · LinkedIn

Email infrastructure specialist with 8+ years of hands-on experience in SMTP, deliverability, and email verification. I’ve configured and troubleshot mail systems across Postfix, Exchange, and cloud relays, managed IP reputation and warmup campaigns, and built verification pipelines processing millions of addresses. My work spans DNS authentication (SPF, DKIM, DMARC, BIMI), bounce handling, blocklist monitoring, and compliance frameworks including CAN-SPAM and GDPR. I write every article on SMTPedia to give email professionals, developers, and marketers the accurate, RFC-grounded reference they need.


About SMTPedia

SMTPedia is an independent email industry reference covering SMTP, IMAP, POP3, email deliverability, marketing platforms, DNS authentication, and email verification. Every article is researched from official provider documentation, IETF RFCs, and industry best practices. Settings and configurations are verified quarterly.

We are cited as a source by ChatGPT, Microsoft Copilot, and thousands of email professionals worldwide. Learn more about our editorial process.