How to Add an Insider Unsubscribe Link: The Complete 2026 Guide

Navigating the process of adding an Insider unsubscribe link ensures compliance and user trust, discover the essential steps to master this crucial email feature.
Alaa
By Alaa
SMTPedia documents email infrastructure end to end: SMTP standards from the RFC archive, delivera...
4 min read Updated Jul 28, 2026 129 views

Insider is a Turkish-founded growth management and CDP platform serving enterprise B2C brands globally with omnichannel messaging, AI-driven personalization, and predictive segmentation across email, SMS, web push, app push, WhatsApp, and on-site messaging. The unsubscribe mechanism uses the {{unsubscribe_url}} merge tag placed in email campaigns, and Insider emits RFC 8058 headers automatically for authenticated sending domains. Consent is tracked at the customer profile level with cross-channel subscription state. This guide covers the tag, the omnichannel CDP model, and how to verify the setup end to end.

Quick reference

Insider unsubscribe link

Tag syntax{{unsubscribe_url}}
PlacementAuto-embedded in every campaign footer
ScopeCustomer profile-level opt-out with cross-channel state
Config pathPanel > Settings > Email > Sender configuration
RFC 8058 one-clickYes, automatic for authenticated sending domains

How to add the unsubscribe tag in Insider

Place the merge tag exactly as shown below in the email template. Insider 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

Insider omnichannel CDP unifies consent state across email, SMS, web push, app push, WhatsApp, and on-site messaging by default. An email opt-out can propagate to all channels if unified consent is configured, matching GDPR cross-channel expectations. Enterprise customers running distinct product programs should carefully configure per-program consent scoping to avoid global opt-out enforcement inappropriate for distinct product lines. Predictive AI segmentation excludes opted-out customers automatically.

Testing your Insider unsubscribe link

  1. Send a test message to a controlled Gmail address you own via the Insider 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 →

Insider default email templates include the unsubscribe link in the footer, but custom HTML templates require the tag inserted manually.

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

Insider omnichannel CDP unifies consent state across email, SMS, web push, app push, WhatsApp, and on-site messaging by default. An email opt-out can propagate to all channels if unified consent is configured, matching GDPR cross-channel expectations for consumer expectations that opt-out means all channels. Enterprise customers running distinct product programs should carefully configure per-program consent scoping to avoid global opt-out enforcement inappropriate for distinct product lines. Predictive AI segmentation excludes opted-out customers automatically.

RFC 8058 one-click headers

Insider 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 Panel > Settings > Email. SPF and DKIM records must be verified. Enterprise multi-region deployments (EU, US, APAC data residency) each honor RFC 8058 with regional infrastructure.

AI-driven personalization and predictive segmentation

Insider AI-driven personalization uses predictive segmentation to identify customer intent, likelihood to purchase, and churn risk. Opted-out customers are automatically excluded from AI-driven send lists, preserving compliance while feeding negative signal to the predictive model. WhatsApp Business API integration requires separate opt-in per Meta requirements and honors WhatsApp-specific unsubscribe via reply STOP keywords. Cross-channel journey orchestration respects the master consent state at the customer profile level.

Frequently Asked Questions

What is the Insider unsubscribe tag?

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

Does email opt-out on Insider stop SMS and push too?

If unified consent is configured, yes. Cross-channel consent state matches GDPR cross-channel expectations. Enterprises with distinct product programs should configure per-program scoping to avoid over-suppression.

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

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

Does WhatsApp opt-out flow through Insider?

WhatsApp Business API requires separate opt-in per Meta requirements. STOP keyword replies stop WhatsApp sends and can propagate to master consent state if cross-channel unification is enabled.

How does Insider compare to Braze or Iterable for enterprise?

All three target enterprise B2C omnichannel. Insider emphasizes AI-driven predictive segmentation and CDP. Braze is US-founded with mobile-first heritage. Iterable is US-founded with cross-channel automation. Vendor choice depends on regional focus and AI features.


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.