Custom Unsubscribe Page for Single List

I want to create a custom unsubscribe page for only one list.

I have already create multiple custom unsubscribe pages, but I do not understand how to link them to specific lists.

In List settings, I see List Custom Footer, but I have no idea what I put in there or if it is even required.

I have multiple lists:

  • Institute Newsletter
  • DTBN Newsletter
  • DTBN Guest list

Depending on which list I send to, I want to use that specific unsubscribe page and ensure that the person is only removed from list.

I saw the information about using multi-list subscription block and update profile, but I do not want people to have to select what they want to keep. I want a simple click this link, be taken to an unsubscribe page for that list and let them click one button to be removed.

I saw the following on perplexity.ia. Does this work?

Steps to Create a List-Specific Unsubscribe Link

  1. Create a Custom Unsubscribe Page :
  • Go to Campaigns > Settings in your Brevo account.
  • Click on Personalize from the Unsubscribe Pages block.
  • Click on Create an unsubscription page and give it a unique name that corresponds to the specific list you want to manage (e.g., « Unsubscribe from List A »).
  • Customize the design and messages on this page as needed.
  1. Insert the Unsubscribe Link in Your Campaign :
  • When designing your email campaign, you can add an unsubscribe link manually if you’re using the HTML or Simple editors.
  • Use the following HTML code snippet to create the link:
<a href="[https://[yourdomain].sendinblue.com/users/unsubscribe.html?&list_id=[list_id_number]](https://[yourdomain].sendinblue.com/users/unsubscribe.html?&list_id=%5blist_id_number%5d)">Unsubscribe from List A</a>
  1. Replace [yourdomain] with your actual domain and [list_id_number] with the ID of the specific list from which you want users to unsubscribe.