Branded tracking page link for Klaviyo emails
complete
T
Tiia Toivola
I want to add a link to branded tracking page to email notifications going out from Klaviyo
R
Ron
complete
R
Ron
Good news - you can already add a link to the Starshipit Branded Tracking Page in your Klaviyo email notifications by using the tracking number included in the Starshipit → Klaviyo integration.
Here's how to do it:
The branded tracking page uses the order's tracking number in the URL, so once your Klaviyo flow is triggered by the "Starshipit Tracking Status" metric, you can include the branded tracking link directly in your email templates using the following variables:
✅ New Branded Tracking Page
<a href="https://app.starshipit.com/BrandedTrack.aspx?code={{ event.trackingNumber|default:'' }}">Track your order</a>
✅ Classic Tracking Page
<a href="https://app.starshipit.com/track.aspx?code={{ event.trackingNumber|default:'' }}">Track your order</a>
You can insert these into your email body or use them in buttons, just be sure the flow is using the Starshipit metric trigger.
We will update the Support page to include the branded tracking page as dynamic variables: