diff --git a/docs/channels/emails.rst b/docs/channels/emails.rst index 61005612b..e2e589fea 100644 --- a/docs/channels/emails.rst +++ b/docs/channels/emails.rst @@ -325,7 +325,8 @@ 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. -- ``{dnc_url}``: inserts the URL to unsubscribe from all Marketing Messages when there is an active preference center. +- ``{resubscribe_url}``: inserts the URL to the resubscribe page regardless of whether there's a preference centre in use. It resubscribes the Contact. Useful for double opt out Campaigns. +- ``{dnc_url}``: inserts the URL to unsubscribe from all Marketing Messages when you activate the preference center. 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 9be629ee1..c0f5d5676 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