Adding a view in browser link
Updated August 17, 2026Add a link to your emails so people can view a web version of the message in their browser. View in browser links only work in emails—they aren't supported in other message types like push notifications, SMS, or WhatsApp.
“View in browser” links let your audience view a web-hosted version of your email in their browser. If you have an image-heavy email, worry about display issues in specific email clients, or simply want to give your audience the option to view your email outside of their inbox, you can add a link that generates a web version of the email personalized for each recipient.
How do I add a view in browser link into a custom layout?
To add the default Customer.io view in browser link (similar to the unsubscribe one we talked about here), you can use the following HTML code in your layout:
<a href="{% view_in_browser_url %}">View this email online</a>
The resulting link will look something like: http://e.customeriomail.com/deliveries/...
These links are not trackable. Your email must include this {% view_in_browser %} Liquid tag for Customer.io to generate the hosted HTML page. Without this tag, we won’t generate the hosted page and your link won’t work.
How do I brand my link?
By default, “View in browser” links use the e.customeriomail.com domain. You can brand these links with your own domain by setting up custom link tracking. If you set up HTTPS link tracking, your “View in browser” links will also use your custom HTTPS domain.