Skip to main content

Adding featured reviews in Klaviyo marketing emails

Updated this week

Available on the Awesome plan

Step 1: Connect Judge.me with Klaviyo via OAuth

  • From your Judge.me admin, go to Settings > Integrations.

  • Search for Klaviyo, then click the Klaviyo integration card.

  • Click Connect.

  • Click Allow to let Judge.me access your data in Klaviyo to enable the integration.

Step 2: Enable review testimonials feed

  • Once the integration has been enabled, check the box Enable review testimonials feed in the Review feeds section.

  • Click Save.

Step 3: Add the feed to Klaviyo

  • From your Klaviyo admin, go to Settings > Other > Web feeds.

  • Click Add web feed and fill in the feed details:

Feed Name

JudgemeReviewTestimonialsFeed

Feed URL

Paste in the feed URL from Step 2

Request Method

GET

Content Type

JSON

  • Click Add Data Feed.

Step 4: Use the feed in Klaviyo emails

  • From your Klaviyo admin, go to Flows and select the flow you want.

  • Click the Email block on your flow and click Edit.

  • Then click Edit email.

  • Add a new Text block.

  • Click the </> icon and paste in the code below:

<!-- Judge.me featured reviews start -->
<div>
<h4 style="text-align: center; font-style:normal; margin-bottom: 32px;">
<b>Let customers speak for us</b>
</h4>
{% for testimonial in feeds.JudgemeReviewTestimonialsFeed.testimonials %}
<div style="margin-bottom: 32px;">
<div style="text-align: center; font-style:normal; font-weight:normal; margin-bottom: 8px;">
{{ testimonial.content|truncatewords:40 }}
</div>
<div style="text-align: center; color: #399999; margin-bottom: 8px;">
{% if testimonial.rating == 5 %} ★★★★★
{% elif testimonial.rating == 4 %} ★★★★☆
{% elif testimonial.rating == 3 %} ★★★☆☆
{% elif testimonial.rating == 2 %} ★★☆☆☆
{% elif testimonial.rating == 1 %} ★☆☆☆☆
{% endif %}
</div>
<div style="text-align: center; font-style:normal; font-weight:normal; margin-bottom: 4px;">
<b>{{ testimonial.author_name }}</b>
</div>
<div style="text-align: center;">
<a style="font-weight:normal; text-decoration:underline;" href="{{ testimonial.product_url }}" target="_blank">
{{ testimonial.product_name }}
</a>
</div>
</div>
{% endfor %}
</div>
<!-- Judge.me featured reviews end -->

  • Click the </> icon again to apply the changes.

  • Click Preview and Test to preview your email with a real product.

  • Once done, save your email and activate the flow.

Here's how your email might look:

Featuring specific reviews

To feature specific reviews (up to 5 will be displayed in the email, with 5 chosen at random if more are featured), please follow these steps:

  • From your Judge.me admin, go to the Reviews section.

  • Click the heart icon next to the reviews you'd like to feature.

Please note that this will also be applied to the Reviews Carousel.


Follow us on LinkedIn

📢 Stay in the loop! Follow Judge.me on LinkedIn for the latest product updates, tips, and feature launches.

Did this answer your question?