Air Reviews Help Center
Install appPricingReward customers
  • 👋Welcome to Air Reviews
  • 🚀GETTING STARTED
    • Quick start
  • 📊MANAGE REVIEWS
    • Manage reviews
    • Request to edit reviews
    • Reply to reviews
    • Recycle bin
    • Analytics
  • 📬COLLECT REVIEWS
    • Review request
      • How to write a Review request email that converts?
      • Why was my request review emails not sent?
    • Import reviews by URL
      • How to get correct AliExpress product link
    • Import reviews via marketplace
      • AliExpress
      • Amazon
      • CJ Dropshipping
    • Migrate reviews by CSV files
    • Notifications
    • QR code generator 🆕
    • Discount 🆕
  • 🖼️DISPLAY REVIEWS
    • Branding
      • Helpful/ Unhelpful reviews
    • Review box
    • Star rating
      • Add star rating to product card
    • Submit form
      • Suggest keywords
      • Dynamic question
    • Review carousel
    • Review popup
    • Review sidebar
    • All reviews page
      • Create All Reviews Page
      • Configure All Reviews Page
    • Testimonials
  • 🧩INTEGRATIONS
    • Shopify Flow
    • Email & SMS apps
      • Avada Marketing Automation
      • PushOwl
      • Klaviyo
    • Loyalty apps
      • Joy Loyalty
    • Translation apps
      • Transcy
    • Page builder apps
      • Foxify Smart Pagebuilder
  • ⚙️SETTINGS
    • Settings
    • Review rich snippets
    • Google Top Quality Store Badge
    • Translation
      • Multi-language store
      • Translate review content
  • 🖥️Shopify admin extensions
    • Customer detail pages
  • 🗺️Product roadmap
    • New review widgets design
    • Subscriptions details
      • What's in paid plan?
      • How to redeem a coupon?
      • FAQs for subscriptions
  • ❓FAQs
  • 🔐Terms and conditions
Powered by GitBook
On this page
  • Before you begin
  • What Is This Feature?
  • How does it work?
  • How does it help?
  • Connect to Klaviyo and enable campaigns
  • Review Reminder Flow
  • Photo Review Reminder Flow
  • Discount Usage Flow
  • Set Up Discount Expiration Flow
  • Additional flows
  • Test the Integration
  • Frequently Asked Questions
  • Conclusion

Was this helpful?

  1. INTEGRATIONS
  2. Email & SMS apps

Klaviyo

Visual guide for Air Reviews and Klaviyo integration: setup steps, API key input, flows creation, email design, and review request automation features.

PreviousPushOwlNextLoyalty apps

Last updated 5 months ago

Was this helpful?

Who can use this feature?

This feature is available from Pro plan of Air Reviews

Before you begin

  1. Connect Air Reviews with Klaviyo. Instructions below.

What Is This Feature?

This integration allows merchants to setup customized campaigns related to via Klaviyo's email marketing platform, using Klaviyo’s rich automation workflows and custom triggers from Air Reviews.

There are customized flows that you can set up and utilize in Klaviyo using events triggered by Air Reviews. Discover these flows:

... and many more can be created and customized based on your needs.

How does it work?

  1. Air Reviews sends review's data (rating, content, date) and customer information to Klaviyo through event triggers.

  2. Merchants use these triggers in Klaviyo to automate and customize email campaigns, encouraging customers to leave quality reviews.

  3. Merchants can use Klaviyo's advanced drag-and-drop editor to design emails and optimize the scheduling for maximum engagement.

How does it help?

Enabling the Klaviyo integration - one of the best-performing email marketing platforms grants convenience, stable performance to your store. Here are the benefits of the integration:

Seamless Data Sync

Air Reviews sends customer data (e.g., order details, review links) directly to Klaviyo.

Customizable Templates

Design branded review request emails using Klaviyo’s editor.

Event-Based Automation

Trigger review request emails based on events like order delivery or purchase date.

Performance Tracking

Monitor email open rates, click-throughs, and conversions via Klaviyo analytics.

Connect to Klaviyo and enable campaigns

First you can easily connect Air Reviews with Klaviyo on your store by going to Settings > Integrations. Then follow the interactive guide below to connect and enable the campaigns:

Review Reminder Flow

The review request flow is your primary tool for collecting customer feedback. This flow triggers automatically personalized emails asking customers to review their purchases.

Follow the interactive guide below to create the Review Request flow

Multi-Product Review Request Templates

Learn how to create email templates for requesting reviews when customers purchase multiple products. We offer two approaches: using Klaviyo's visual editor with tables or using the HTML editor for more advanced customization.

  1. Using Klaviyo's visual editor with tables

Setup Instructions

1

Table Structure

  • Add a Table block with two columns

  • Configure the table to be dynamic for multiple products

2

Configure Dynamic Data

  • In Table Settings, select "Dynamic" for Table Data

  • Set Row Collection to "event.products"

  • Set Row Alias to "product"

3

Configure Second Column

  • Add a Text block

  • Access Source code

  • Insert HTML template:

<p>{{ product|lookup:'product_title' }}</p>
<p>
  <a href="{{ product|lookup:'product_url' }}">
    <strong>REVIEW NOW</strong>
  </a>
</p>
4

Configure Second Column

  • Add an Image block

  • Set image source to: {{ product|lookup:'product_image_url' }}

  1. Advanced HTML Editor

Setup Instructions

1

Open HTML Editor

2

Insert Template Code:

<div data-gb-custom-block data-tag="for">
  <p>{{ item.product_title }}</p>
  <a href="{{ item.product_url }}">Review now</a>
  <br/>
  <img alt="Product image" src="{{ item.product_image_url }}"/>
</div>

Key Differences

  • Visual Editor: Better for users who prefer drag-and-drop interfaces and structured layouts

  • HTML Editor: More flexible, ideal for custom designs and simplified code maintenance

Choose the method that best fits your technical comfort level and design needs. Both approaches will effectively display multiple products and their review links in your email template.

Event variable list

Have a look at the event variable list to personalize your campaigns:

Event variables
Meaning
Where to use

{{event.first_name}}

Customer’s first name

Text block

{{event.last_name}}

Customer’s last name

Text block

{{event.email}}

Customer’s email

Text block

{{event.order_number}}

Order number

Text block

{{ event.products.0.product_title}}

Product title

Product title

{{event.products.0.product_image_url}}

Product image

Image block

{{event.products.0.product_url}}

Product review submission link

Button block

{{event.products.0.product_rating}}

Product rating number

Text block

{{event.date}}

Trigger date send

Text block

Photo Review Reminder Flow

After customers submit text reviews, you can encourage them to add photos through a dedicated photo review reminder flow. This secondary flow helps build your visual user-generated content library.

Follow the interactive guide below to set up Photo Review Reminder Flow

Have a look at the event variable list to personalize this campaign:

Event variables
Meaning
Where to use

{{event.first_name}}

Customer’s first name

Text block

{{event.last_name}}

Customer’s last name

Text block

{{event.email}}

Customer’s email

Text block

{{event.product_title}}

Product title

Product title

{{event.product_image_url}}

Product image

Image block

{{event.product_reviews_count}}

Product reviews count (currently)

Image block

{{event.product_rating}}

Product rating (currently)

Image block

{{event.review_date}}

Date created review

Text block

{{event.review_rating}}

Review rating

Text block

{{event.review_content}}

Content’s review

Text block

{{event.submit_url}}

Image submission link

Button block

Discount Usage Flow

To incentivize reviews, you can set up a discount flow that automatically sends promotional codes to customers who submit reviews. Create this flow with DISCOUNT_CODE_ELIGIBLE metric.

Follow the interactive guide below to set up Discount Usage Flow

Have a look at the event variable list to personalize this campaign:

Event variables
Meaning
Where to use

{{event.first_name}}

Customer’s first name

Text block

{{event.last_name}}

Customer’s last name

Text block

{{event.email}}

Customer’s email

Text block

{{event.discount_value}}

Discount value

Text block

{{event.discount_type}}

Percentage or amount

Text block

{{event.discount}}

Discount code

Text block

{{event.store}}

Store redirect link

Button block

Set Up Discount Expiration Flow

The final piece is the discount expiration flow, which helps drive conversion by reminding customers about their available discounts before they expire. Create flow using this DISCOUNT_CODE_EXPIRATION metric.

Have a look at the event variable list to personalize this campaign:

Event variables
Meaning
Where to use

{{event.first_name}}

Customer’s first name

Text block

{{event.last_name}}

Customer’s last name

Text block

{{event.email}}

Customer’s email

Text block

{{event.valid_days_left}}

Discount days left

Text block

{{event.discount_value}}

Discount value

Text block

{{event.discount_type}}

Percentage or amount

Text block

{{event.discount}}

Discount code

Text block

{{event.store}}

Store redirect link

Button block

Additional flows

Customized a personalized store reply flow

Learn how to create an automated flow in Klaviyo that sends personalized responses to customer reviews on your store.

For a detailed walkthrough, refer to the interactive guide provided.

Test the Integration

  1. Use a test email to simulate the flow and ensure review links are working correctly.

  2. Verify that customer and order details are syncing between Air Reviews and Klaviyo.

Frequently Asked Questions

Q1: Can I customize the timing of review requests?

Yes, Klaviyo allows you to set custom delays between order delivery and email dispatch.

Q2: What data is sent from Air Reviews to Klaviyo?

Customer information, order details, and product review links are sent to Klaviyo for use in automation.

Q3: Do I need technical expertise to use this integration?

No, both Air Reviews and Klaviyo provide user-friendly interfaces for easy setup and management.

Conclusion

The Air Reviews integration with Klaviyo is a powerful way to streamline review requests while enhancing customer engagement. With personalized emails and automation, you can collect more reviews and build trust with your audience. Set up this integration today and take your review management to the next level. For more help, contact our support team.

Ensure you have an active account.

Set up Air Reviews in your Shopify store. If not, download and follow .

Send review reminder emails to collect more reviews based on the order's status

Send emails asking for photos after someone left positive reviews

: Send discount to customer after their reviews. Learn more about the feature.

🧩
Klaviyo
Air Reviews
Quick Start Guide
Review reminder:
Photo reminder:
Discount
Discount usage notification
Air Reviews - connect to Klaviyo
Setup review reminder flow in Klaviyo
Review reminder flow for multiple-item order
Set up Photo Reminder flow
Set up Discount Usage flow