How to Respond to New Reviews with Automations
Last updated: March 14, 2025
Overview
Using a Conditional Split and a Review Submitted trigger allows you to create an Automation that targets Contacts based on their reviews’ rating.. Read on to learn how to set up a review response Automation with conditional logic for separate journeys for positive versus negative reviews!
🚦 Before Getting Started
Complete Reviews setup
1. Create an Automation
Click the Automation icon
Click New Automation
Click Start from Scratch
Enter a name for the Automation
Click Start
2. Add Triggers
Click +Add Trigger
Click your eCommerce integration’s tab
Select the Review Submitted trigger
Select No Limit in the Contact Limit dropdown
Click Done
3. Add a Conditional Split
Click the + button
Click Conditional Split
Select the Reviews condition > Submitted Review > Rating > Greater than 2*
Click Done
* Using Rating = Greater than 2 will send all reviewers who left ratings of 3-5 stars down the Yes path and reviewers who left ratings of 1-2 stars down the No path.*
4. Add Email Nodes
Click the + button under the Yes path for positive reviews or under the No path for negative reviews
Click Send Message
Click Email
Learn more about Automation email nodes here.
Click Create New Email to start designing your review response emails.
If you used logic of Rating = Greater than 2 in your Conditional split, then email nodes under the Yes node should be designed for positive reviews and emails under the No node should be designed for negative reviews.
Yes Node/Positive Reviews | No Node/Negative Reviews |
|
|
Use personalization and Twig to dynamically insert the text of the recipient’s review!
{{trigger.getReviewDisplayName()}}Displays the name the Contact used when submitting their review (may not match the name in their Contact Profile){{trigger.getReview.title}}Displays the text the Contact entered in the title field of their review{{trigger.getReview.content}}Displays the entire body of the review{{trigger.getReviewContentPartial}}Displays a snippet of the text of the reply to the review
⏭ Next Steps
Now that you've completed the required Automation to request reviews from purchasers, set up an Automation to respond to reviewers with an email or SMS, and a final Automation to notify reviewers that you've left a public reply on their review:
Respond to New Reviews with Automations