You will learn
Learn how to create a flow in Klaviyo to create a customer service ticket whenever someone submits a negative review. Notifying your customer service team allows them to proactively reach out and amend any negative experiences your customers may have.
Create a negative review flowCreate a negative review flow
First, create a flow:
- Click Flows in the left-side navigation in Klaviyo.
- Click Create flow.
- Click Create From Scratch.
- Name your flow something descriptive and click Create Flow.
- Under What will trigger this flow?, choose Metric.
- From the What action will trigger this flow? menu, choose Submitted review.
- Click Trigger Filters > Add a Trigger Filter.
- Set the following trigger filter:
review_rating > is at most > 3
This will identify customers who submitted a 1-, 2-, or 3-star review. If desired, you can use a different number.
Add an email notification action
Next, add an action to notify your customer service team about the negative review.
- Add a Notification action to the flow directly under the trigger.
- In the notification’s Send to field, add your customer support email address.
- Set a subject like “{{ event.review_author|default:'Someone' }} submitted a {{ event.review_rating }}-star review”.
- Add a body message that includes review details, like:
Rating: {{ event.review_rating }}
Review body: {{ event.review_content }}
Customer name: {{ event.review_author }}
Customer email: {{ event.review_email }} - Click Save.
Set the flow live
Once you’ve customized the notification action, click Review and set live to set the flow live. Any future negative reviews will be automatically sent to your customer service team, who can then proactively contact the customer.
If your customer service team is able to resolve a complaint, they can direct the reviewer to return to the original review request email within 30 days of submission and edit their review, if desired.
Additional resources