Get the list id of the current newsletter.
Is it possible to get the id of the current list and show it in the newsletter ? (Like with the tag [Email]). I'm using the API for use a custom page of unsubscription in my web site and i need to send it the id list parameter. I wrote it directly in the newsletter but it should be realy usefull to detect it automaticaly if it's possible.
This discussion has been closed.
Comments
Hi Samuel,
That's not possible yet, sorry about that. But it's a good suggestion.
Have you considered using the native
<unsubscribe>
tag, then set a custom URL to redirect them to after the user unsubscribes?Ben
Thank you for the quick answer Ben. I'll try to do it with the native unsubscription and a custom url.
Samuel