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

Want to learn how to add a Pardot unsubscribe link easily? Discover the simple steps to ensure compliance and improve your email campaigns.
Alaa
By Alaa
SMTPedia documents email infrastructure end to end: SMTP standards from the RFC archive, delivera...
4 min read Updated Jul 28, 2026 54 views

Pardot (rebranded to Salesforce Marketing Cloud Account Engagement in 2022) is a B2B marketing automation platform natively integrated with Salesforce CRM, serving mid-market and enterprise B2B customers with lead scoring, nurture programs, and Salesforce Campaign attribution. The unsubscribe mechanism uses the %%unsubscribe%% merge tag auto-injected into every campaign footer, and Pardot emits RFC 8058 headers automatically for authenticated sending domains. Consent is tracked at the prospect level with native Salesforce Lead/Contact sync. This guide covers the tag, the Salesforce-native architecture, and how to verify the setup end to end.

Quick reference

Pardot (Salesforce) unsubscribe link

Tag syntax%%unsubscribe%%
PlacementAuto-embedded in every campaign footer
ScopeProspect-level opt-out with Salesforce Lead/Contact sync
Config pathAdmin > Email > List email settings
RFC 8058 one-clickYes, automatic for authenticated sending domains

How to add the unsubscribe tag in Pardot (Salesforce)

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

%%unsubscribe%%

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

<a href="%%unsubscribe%%">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

Pardot rebranded to Salesforce Marketing Cloud Account Engagement in 2022, but the Pardot product name persists in admin URLs and documentation. Salesforce Lead/Contact Email Opt Out field is the single source of truth: a Salesforce-side opt-out flows to Pardot automatically, but the sync direction and field mapping must be configured explicitly. Business Unit isolation in enterprise Pardot accounts means per-BU suppression, not global.

Testing your Pardot (Salesforce) unsubscribe link

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

Pardot email templates include the unsubscribe link in the required List Email footer, but custom HTML templates require the tag inserted manually.

  1. Open your list email or template in Pardot Marketing > Emails > Templates.
  2. Add or edit a text block in the footer where the unsubscribe link should appear.
  3. Insert the merge tag %%unsubscribe%%. Pardot replaces it at send time with a signed URL scoped to the prospect.
  4. Wrap it in an anchor: <a href="%%unsubscribe%%">Unsubscribe</a>.
  5. Configure the sender identity under Admin > Email > List email settings.
  6. Send a test to a seed address and verify the rendered link routes to the Pardot-hosted preference page and updates the Salesforce Lead/Contact Email Opt Out field.

Pardot to Account Engagement rebrand and Salesforce sync

Pardot rebranded to Salesforce Marketing Cloud Account Engagement in 2022, but the Pardot product name persists in admin URLs and documentation. Salesforce Lead/Contact Email Opt Out field is the single source of truth: a Salesforce-side opt-out flows to Pardot automatically, but the sync direction and field mapping must be configured explicitly. Business Unit isolation in enterprise Pardot accounts means per-BU suppression, not global. Configure BU-level consent scoping carefully in multi-BU deployments to match regulatory expectations across business units.

RFC 8058 one-click headers

Pardot 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 list email send from domains authenticated under Admin > Domain Management. SPF and DKIM records must be verified per BU in enterprise deployments. One-click unsubscribe updates the Salesforce Email Opt Out field automatically via the native sync, keeping the CRM contact record accurate.

Lead scoring, nurture programs, and Engagement Studio

Pardot lead scoring, nurture programs, and Engagement Studio workflows respect the prospect Email Opt Out flag at every send step. A prospect who unsubscribes exits all workflows automatically and can be routed to alternative paths (sales rep manual outreach in Salesforce, ABM ad targeting). Engagement Studio branching logic can be configured to detect opt-out events and trigger downstream actions like Salesforce task creation for sales follow-up on high-value prospects who unsubscribed from marketing.

Frequently Asked Questions

What is the Pardot unsubscribe tag?

The merge tag is %%unsubscribe%%. Pardot replaces it at send time with a signed URL scoped to the prospect. Use it inside an anchor: <a href="%%unsubscribe%%">Unsubscribe</a>.

Is Pardot the same as Marketing Cloud Account Engagement?

Yes. Salesforce rebranded Pardot to Marketing Cloud Account Engagement in 2022. The Pardot product name persists in admin URLs and documentation. Existing accounts continue functioning under the new branding without template changes required.

Does Pardot sync opt-outs to Salesforce?

Yes natively. The Salesforce Lead/Contact Email Opt Out field is the single source of truth. Salesforce-side opt-outs flow to Pardot automatically. Configure the sync direction and field mapping explicitly to match your setup.

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

Yes, automatically for authenticated domains. Pardot injects List-Unsubscribe and List-Unsubscribe-Post headers on every list email send from domains verified under Admin > Domain Management.

Do Pardot Business Units share suppression?

Not by default. Business Unit isolation means per-BU suppression. Configure BU-level consent scoping carefully in multi-BU deployments to match regulatory expectations across business units.


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.