diff --git a/docs/channels/emails.rst b/docs/channels/emails.rst index 29dbbe96..0d8f0ec8 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 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 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