How do I send emails with results to my customers?
This feature is available for Advanced plan
Last updated
This feature is available for Advanced plan
Last updated
This tutorial guides you on how to send to the customers their results via emails after completing a quiz.
This feature is available for "Advanced" plan. Go to "Settings" page -> "Results email template" tab. Enable "Send customer results via email" and update all the texts, logo, and other settings.
All set! Now your customers will start receiving emails with results!
All the emails will be send from our "Ant Quiz Kit" email, hello@pb-apps.com
This feature is available for all plans. First, ensure that your Klaviyo integration is enabled. Read this tutorial If you need a hand.
We've added below the additional custom properties that you'll need to use:
To continue you'll need to be familiar with custom variables and email flows in Klaviyo.
Choose the event that triggers your email flow. In our example, we send results emails when customer is added to "Quizzes" list and the customer has a "Result title" property.
Choose an email template and use custom properties to use dynamic data from your Quiz Results pages.
You have access to the following variables: "Result title", "Result subtitle", "Result description", "Discount code" and "Products".
Read this doc to see how to use these variables.
To go loop through the products and display the right data, you need to use the "for" cycle:
{% for product in person.Products %}...{% endfor %} In each product you can display: 1) product.title 2) product.price 3) product.link 4) product.image 5) product.id
When your email template is ready publish your email flow live and all new Quiz customers that will subscribe will receive a beautiful email with your recommendations!