How to add a tracking link to Klaviyo emails?

You can add a tracking link to your Klaviyo App email templates so that your customers can track their package on your store tracking page by clicking the tracking link in the email.

1、 Navigate to the email template you want to add a tracking link in Klaviyo App.

2、 Add a Track Your Order button (if there isn't already one in there).

3、 Copy and paste the URL

If the prefix of your order number is "#", use this one below

https://yourstorename.myshopify.com/apps/parcelpanel?order={{ event.extra.order_number|urlencode }}&token={{ event.extra.shipping_address.phone|urlencode }}

If it is another prefix, use this one below

https://yourstorename.myshopify.com/apps/parcelpanel?order={{ event.extra.name|urlencode }}&token={{ event.extra.shipping_address.phone|urlencode }}

20230131_180404.png

Note: yourstorename should be replaced with the actual name of your Shopify store.

4、 Save your changes.