I am utilizing Klaviyo to send transactional emails such as Validate Email (when user creates an account) and Reset Password. I am also using my own custom HTML template for these emails. I have been able to test the flow in Postman by creating a custom event and a metric triggered flow. I then use the Track API call to trigger the event and my email is being sent successfully. My next step is to make sure I can add a dynamic link that will expire in 7 days inside of my custom HTML email template.
So far I have looked into the following docs:
I feel like I’m on the right track but can’t put the pieces together. Can someone point me in the right direction to populate this link dynamically? Thank you!