1. Home
  2. Knowledge Base
  3. Push Planet
  4. How to add my Custom Preference Center to Iterable

How to add my Custom Preference Center to Iterable

Add your Push Planet preference center URL to Iterable so subscribers land on the right page when they click your unsubscribe or manage preferences link.

Note: Before beginning, follow these steps to get your Preference Center’s URL.

Add your URL to Iterable

  1. In Iterable, go to Project Settings → Email.
  2. In the Hosted Unsubscribe URL field, enter your preference center URL, making sure to include either the email or uid URL parameters:
    email={{email}} or uid={{userId}}
  3. Save your settings.

Reference the URL inside an Iterable email template

To insert the URL into an Iterable email template, use the {{hostedUnsubscribeUrl}} parameter. We recommend adding it inside an HTML block so you can show a friendly link label instead of a long URL:

<a href=”{{hostedUnsubscribeUrl}}”>Update subscription preferences</a>

Updated on May 7, 2026
Was this article helpful?

Related Articles