How to set up an unsubscribe link in emails
Adding an unsubscribe link in each email is important to ensure its successful delivery. Emails that do not contain unsubscribe links can be blocked by your email provider.
Note
The unsubscribe link is required in the email template. If you try to save a template without an unsubscribe link, it will be added to the template automatically.
After clicking the unsubscribe link, recipients are forwarded to the URL of the unsubscribe page. You can either generate it on your web site or use the Creatio pre-configured page. If you decide to use your page, make sure you specify its URL in Creatio. Before the unsubscribe page is displayed, a recipient is automatically forwarded to the Creatio server, where the information about the canceled subscription is stored.
Contents
•How to set up an unsubscribe page
•Add an unsubscribe link to a template
How to set up an unsubscribe page
You can use the following options for an unsubscribe page:
-
Auto-generated Creatio unsubscribe page with the following text: “You have unsubscribed from further emails. Your email was successfully deleted from our mailing list";
-
any other page configured on your web site. There are no specific requirements for the design of this page. The recipient unsubscribes upon clicking the unsubscribe link. The “Do not use email” checkbox is selected automatically on the contact page.
If you have your own unsubscribe page, you need to specify the address in Creatio. To do this:
1.Open the system designer by clicking the button in the top right corner of the application window. In the System Designer, click the [System settings] link.
2.In the “Email section settings” folder, open the “Website to redirect the unsubscribed” (RedirectUnsuscribersTo) system setting.
3.In the [Default value] field, specify the URL of your unsubscribe page, e.g., http://www.mysite.com/act/unsubscribe/ and save the setting.
The value of this system setting is not populated by default. To redirect the unsubscribed, Creatio uses the auto-generated unsubscribe page.
Note
If you clear the value in the "Website to redirect the unsubscribed” system setting, the unsubscribed link will open a default auto-generated page without any additional settings.
Add an unsubscribe link to a template
There are certain aspects of adding the unsubscribe links that depend on the method used for creating email templates.
You can use a default template or use any existing template by clicking the [Select from the lookup] button. These templates contain embedded unsubscribe links and enclosed text. The unsubscribe block looks as follows: "You have received this email as you are subscribed to Company Name emails. If you do not want to receive emails, click here to unsubscribe." If you use such a template for your email, you can personalize the unsubscribe block in the Content Designer using macros.
You can set up the contents of the unsubscribe block that is added automatically in the [Content blocks library] lookup. To do this, open the [Footer: Unsubscribed (default)] block, edit it and save the changes.
Note
Learn more about working with the Content Designer in the “Marketing Content DesignerContent Designer” article. Learn more about macros in the “Personalize email templates with macros“ article.
The unsubscribe macro is added to marketing emails automatically if it is not done while creating a template. In this case, Creatio will notify you about this and offer to add the unsubscribe macro automatically. The template will not be saved without the unsubscribe link.
If you need to configure a custom unsubscribe block for the current template, add the unsubscribe link as the [#Unsubscribe.URL#] macro. Such unsubscribe link can be displayed as either a URL or a text hyperlink.
To add an unsubscribe macro as a URL:
a.Open the required email template in the Content Designer.
b.Set the cursor where you want to place an unsubscribe link.
c.Click the button in the tools panel that appears. Select the [Basic macro] option, then click "URL" in the “Unsubscribe” section of the “Macro selection” window and click [Select] (Fig. 1).
d.Save the template.
As a result, the URL unsubscribe macro will be added to the email template. When sending emails, the unsubscribe macro is converted into an unsubscribe link, e.g., http://www.mysite.com/act/unsubscribe/.
To add a macro as a text hyperlink:
a.Open the required email template in the Content Designer.
b.Select the text that serves as a hyperlink to the unsubscribe page.
c.Click the button in the appeared toolbox.
d.Specify the [#Unsubscribe.URL#] macros in the [Link] field and click [OK] (Fig. 2).
As a result, the selected text will serve as a hyperlink to the unsubscribe page.
You can also import templates as HTML elements into the Content Designer if a complicated HTML layout is used. You need to specify the unsubscribe link as a text macro [#Unsubscribe.URL#]. When sending emails, the unsubscribe macro is converted into an unsubscribe link, e.g., http://www.mysite.com/act/unsubscribe/.
Note
To receive, store and analyze the reasons of recipients’ unsubscriptions from emails, install the free “Tracking reasons for email unsubscription” marketplace application.
See also