When receiving the confirmation email and accepting to receive emails, subscribers are redirected to a hidden page inside a Shopify store where every product has a discounted price. When entering that hidden page, they get a pop up (from Klaviyo) that says:
“{{ first_name }}, here is a small gift”
In order to get that to show the users’ name, I should send the first name field from Klaviyo to Shopfiy by dynamically appending it to the URL. How can I do that?