Available on the Awesome plan

With this integration, you can now showcase 5 of your favorite Judge.me reviews in any of your Klaviyo emails.

Available platforms

  • Shopify
  • WooCommerce
  • BigCommerce
  • Squarespace
  • PrestaShop

How it works

  • After connecting Judge.me and Klaviyo using API key, you can create a Review Testimonials Feed in Judge.me.
  • You can then copy the feed URL and add to Klaviyo, and add a block of codes to retrieve the featured reviews in your email templates.
  • The codes will run and randomly pick the latest 5 reviews that are featured in your Reviews Carousel, then display these reviews in your Klaviyo emails. If you choose to add reviews to the carousel manually, we'll pick randomly among those manually picked reviews.

Steps to add Judge.me featured reviews in Klaviyo emails

Step 1: Add Klaviyo API key

In your Klaviyo admin:

  • Go to Settings > API Keys > Click Create Private API Key and copy the key.
  • If you have already created the API key for Judge.me, you can skip this step.

In your Judge.me admin:

  • Go to Settings > Integrations > Admin Backend > Email Marketing Integration > Klaviyo.
  • Paste your Klaviyo API Key and click Check.

Step 2: Enable the Review Testimonials Feed in Judge.me

  • In Klaviyo feeds section, toggle the bar to enable the Review Testimonials Feed.
  • Click Save Settings
  • Click Copy to copy the feed URL

Step 3: Add the feed URL to Klaviyo

  • Go to Klaviyo Settings > Web Feed, then click Add Web Feed

  • Enter the feed details, then click Add Data Feed.
    • Feed Name: JudgemeReviewTestimonialsFeed
    • Feed URL: the feed URL you copied from Judge.me
    • Request Method: GET
    • Content Type: JSON

If you use other name for the feed, make sure it's up to 64 characters long and consists of only letters, numbers, and underscores. You will need to use exactly this name when adding the liquid code to the email templates in the next steps.

Step 4: Display featured reviews from the feed in Klaviyo emails

  • From Klaviyo Flows, choose the email template you want, then click on it to Create Flow.

  • Click Edit Email to open the email editor

  • To add Judge.me featured reviews, add a text block

  • Click on the </> icon (source code), then paste the codes below

<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>
  • Click on the </> icon again for the changes to take effect
  • Click Preview and Test to preview your email with a real product

  • You can also send a test to your own email.

  • Here is how your email will look like in reality


Step 5: Save your email

After you are done, click Save and Exit. Then continue to customize your email flow and activate it when you are ready!


See other integrations with Klaviyo:

  1. Send review requests with Klaviyo 
  2. Send follow-up emails to reviewers with Klaviyo 
  3. Add Judge.me product review stars and average ratings to Klaviyo emails
  4. Add a gallery of user-generated content from Instagram to Klaviyo emails