From 612fb1d90e5e6610901389bdb72a47fe01b232b1 Mon Sep 17 00:00:00 2001 From: John Linhart Date: Fri, 8 Nov 2024 09:51:35 +0100 Subject: [PATCH] Documenting the resubscribe_url token --- docs/channels/emails.rst | 1 + docs/configuration/variables.rst | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/docs/channels/emails.rst b/docs/channels/emails.rst index 29dbbe96..ea608cbb 100644 --- a/docs/channels/emails.rst +++ b/docs/channels/emails.rst @@ -279,6 +279,7 @@ Unsubscribing Mautic has a built in means of allowing a Contact to unsubscribe from Email communication. You can insert various tokens into your Email to provide unsubscribe options at your desired location: - ``{unsubscribe_text}``: Inserts a sentence with a link instructing the Contact to click to unsubscribe. - ``{unsubscribe_url}``: Inserts the URL to the preferences center when it's activated, or to the unsubscribe page if not. +- ``{resubscribe_url}``: Inserts the URL to the resubscribe page no matter if the preference center is activated or not. It will resubscribe the contact. Useful for double opt out campaigns. - ``{dnc_url}``: Inserts the URL to unsubscribe from all marketing messages when the preference center is activated. The unsubscribe URL token inserts the URL into your custom written instructions. diff --git a/docs/configuration/variables.rst b/docs/configuration/variables.rst index 9be629ee..c0f5d567 100644 --- a/docs/configuration/variables.rst +++ b/docs/configuration/variables.rst @@ -178,6 +178,10 @@ See :doc:`Manage Emails` for more information. - ``{tracking_pixel}`` * - Unsubscribe Text - ``{unsubscribe_text}`` + * - Unsubscribe URL + - ``{unsubscribe_url}`` + * - Resubscribe URL + - ``{resubscribe_url}`` * - Web View Text - ``{webview_text}`` * - Web View URL @@ -397,6 +401,8 @@ Alphabetical list - ``{contactfield=twitter}`` * - Preferred Channel (Preference Center) - ``{preferredchannel}`` + * - Resubscribe URL + - ``{resubscribe_url}`` * - Share Buttons - ``{sharebuttons}`` * - Success Message