Manage preferences
Allow users to view and update the Lists that they're included in.
The Manage preferences action enables you to show users their current preferences, and allows them to update them.
Identifying the relevant user
This action enables existing users to update their current preferences. To identify the current user, you'll need to provide the user's email address as a parameter in the URL. To do this, include a question mark (?
) at the end of the URL, followed by email=
and the user's email address. For example, https://my-organisation.action.link/manage-preferences?email=email@address.com
.
Action settings
Require a name
If checked, the user will be given the option view and update the name that you have on record.
List groups
List groups enable you to group together relevant preferences and display a title above each group.
List groups -> List group title
The title of the group of preferences that will display above the list, e.g. What would you like to hear about?
.
List groups -> List group -> List option name
The name that you want to display to the user for the preference.
List groups -> List group -> List option ID
The ID of the List you want to add or remove the user from when this preference is checked or unchecked. You can view this in the table on the Lists page in your Brevo account.
List groups -> List group -> Hide this option
If checked, this option won't be displayed to users, but it will be available to populate using a parameter in the URL. To do this, add a question mark (?
) followed by list=
and the number of the List, e.g. ?list=10
. You can include multiple Lists by repeating the list=10
part, separated by an ampersand (&
). For example, your URL might look like this:
https://my-organisation.action.link/subscribe?list=10&list=11
.
Last updated