All Collections
Email Design
HTML Composer
Dynamic Tagging for Custom HTML
Dynamic Tagging for Custom HTML

How to add your physical address and unsubscribe options when using custom HTML

Nicolas Vibert avatar
Written by Nicolas Vibert
Updated over a week ago

If you're building an email with custom HTML, you will need to add your physical address and unsubscribe options manually.

To do so, add the following into your code:

Unsubscribe Link: <a href="*|UNSUB|*">Unsubscribe</a>

Physical Address: *|HTML:LIST_ADDRESS_HTML|*

Company Name: *|LIST:COMPANY|*

You can also include a link to allow your subscribers to manage their preferences by adding the following code:

Preferences Link: <a href="*|UPDATE_PROFILE|*">Preferences</a>

Basic HTML Footer

And will look like this in the email.

Basic HTML Email

Include the same code at the bottom of your HTML email

Other merging tags

As yet, the only other merging tag available in Custom HTML is your subscribers' name.
Subscribers' name: *|NAME|*

Subscribers' email address: *|EMAIL|*

Open in browser tag: *|ARCHIVE|*

Did this answer your question?