Creating a Download your Walletpass Button in Klaviyo
Within Klaviyo you can create a button within emails that allows customers to download their WalletPass directly.
Within your email, create a button first. Once that's been created, edit the button
From there, you want to specify the link address to be:
{{ person.add_to_wallet|default:'' }}
This is a personalisation tag, the easiest way to find this specific url in Klaviyo is by previewing the email and then find the 'All properties'.
From there scroll down to "Custom Properties" and find the "Add_to_wallet" and click on the words. This will copy the personalisation to your clipboard, so you can copy it into the button.
And after clicking on the words "Add_to_Wallet", you'll get the notificationCopy that personalization tag
{{ person.add_to_wallet|default:'' }}
Into the button just like this;From there, if this "add to wallet" button is added into an email, what will happen for a contact after they click it is that it'll open a page on their browser. From there they can download their Walletpass on Apple or Android phones.





