Skip to content

Frequently asked questions

This page provides answers to some frequently asked questions about email templates and link templates.

Email templates

No, Braze does not offer this functionality. This is because an increasing majority of email is opened on mobile devices and modern email clients, which render images and content without any problems.

Workaround: To achieve this same result, you can host the content of your email on an external landing page (such as your website), which can then be linked to from the email campaign you are building using the Link tool when editing the email body.

There is a redirection option for the unsubscribe page.

You could change the unsubscribe link in the custom footer from {{${set_user_to_unsubscribed_url}}} to a link to your own website with a query parameter that includes the user ID. For example, something like:

https://www.braze.com/unsubscribe?user_id={{${user_id}}}

Next, you could call the /email/status endpoint to update the user’s subscription status. For more details, see our documentation on changing email subscription status.

To save this new link, the default Braze unsubscribe tag (${set_user_to_unsubscribed_url}) must be in the footer. This means you’ll need to include the default link by “hiding” it by either placing the tag in a comment or in a hidden <div> tag.

  • Tag in comment example: putting tag in comment example: <!-- ${set_user_to_unsubscribed_url} -->
  • Comment in hidden <div> tag example: <div style="display:none;max-height:0px;overflow:hidden;">${set_user_to_unsubscribed_url}</div>

What happens if I edit an email template that is currently being used in a campaign?

Edits made to an existing template won’t be reflected in campaigns that were created using previous versions of that template.

Yes, you can insert as many templates as you would like in your email messages. As a best practice, you should test your emails to ensure that the links are not exceeding 2,000 characters since most browsers will shorten or cut the links.

There are several ways to preview your links. After you have applied the link template, you can send a test email to yourself to view all the links.

From the preview pane in a new tab, you can also open the links to view the links. You can also hover over the links in the preview pane and see them at the bottom of your browser.

Link templates are expanded and added to the each URL prior to any Liquid expansion happening. If part of your URL is generated using a Liquid snippet, we recommended that the URL base and question mark (?) are hardcoded for link templates to be expanded correctly.

Avoid adding the question mark (?) to your Liquid as this will cause link templates to first add a question mark (?), and then later the Liquid expansion process will add a second question mark (?).

For all new Content Blocks that are created, link aliasing is applied across workspaces since this is a company-level feature.

Existing Content Blocks won’t be modified when link aliasing is enabled. While existing link templates won’t be modified, the existing link template section in a message will be removed. Check out Link aliasing in Content Blocks for more information.

HOW HELPFUL WAS THIS PAGE?
New Stuff!