In Mautic 5.2.* Is possible setup a custom url in Header List Unsubscribe ?
Hi @ccamusso,
To my knowledge, you can’t change the unsubscribe token URL. However, I’ve worked with a client using a third-party plugin integrated with a CRM that supports custom URLs.
If you’re looking to modify the text of the {unsubscribe_text}
token at the bottom of emails, follow these steps:
- Open Mautic and click on the cog icon in the top right corner.
- Navigate to Configuration.
- In the left sidebar, go to Email Settings.
- Locate the “Unsubscribe settings” section and edit the field “Text for the {unsubscribe_text} token” as needed.
Important: Ensure that the text includes the structure
<a href="|URL|">TEXT</a>
, as this dynamically generates the correct unsubscribe link. Removing it will break the functionality and may result in non-compliance with GDPR!
- Click Save at the top of the page. Done!
Always keep the text clear, concise, and easy to understand.
Hope this helps!
BEst regards,
Ricardo
It’s a strange limitation.
I have a custom unsubscribe URL in the footer of the email.
If I can’t use the same URL in the email ‘header list unsubscribe’, then I’ll have to synchronize two different unsubscribe systems.
Is it possible that no one has thought of this?