Sendgrid makes it manageable to use universal links and standard links without compromising functionality. Is the same available in Klaviyo? Source: https://docs.sendgrid.com/ui/sending-email/universal-links#flagging-your-universal-links
To flag links to your app as universal links, simply include the attribute
universal="true"
within the HTML link of your email.SendGrid adds the
/uni/
parameter to flagged universal linksFor example:
<a href="links.example.com" universal="true">Link to your app!</a>
This way, as long as your association file has the
paths
restricted to/uni/*
as we recommend above, only the links that you want to be handled by your app will be.