Skip to content

Shopify Flow

SimplerSuite Reviews integrates with Shopify Flow so you can automate workflows based on review events — no code required. Flow is available on all Shopify plans.

Available Triggers

TriggerFires when
Review CreatedA customer submits a new review
Review ApprovedA review is approved (single or bulk)
Review RejectedA review is rejected (single or bulk)
Review RepliedA merchant replies to a review
Review DeletedA review is deleted

Payload Fields

Every trigger includes these fields:

FieldTypeDescription
Review IDStringThe internal review ID
Customer NameStringName of the reviewer
Customer EmailEmailEmail of the reviewer
RatingNumberRating value (1–5 for stars, 0–1 for thumbs)
Product TitleStringTitle of the reviewed product
Shopify Product IDStringThe Shopify product ID

Additional Fields

Review Created also includes:

FieldTypeDescription
TitleStringThe review title
BodyStringThe review body text
Verified PurchaseBooleanWhether the reviewer purchased the product
Has PhotosBooleanWhether the review includes photos
StatusStringInitial status (approved or pending)

Review Replied also includes:

FieldTypeDescription
Reply BodyStringThe merchant’s reply text

Example Workflows

Here are some common automations you can build with these triggers:

Notify Slack on Negative Reviews

  1. Trigger: Review Created
  2. Condition: Rating is less than 3
  3. Action: Send Slack message to #customer-support

Tag Customers Who Leave Reviews

  1. Trigger: Review Created
  2. Action: Add customer tag “left-review”

Send Thank-You Email After Approval

  1. Trigger: Review Approved
  2. Action: Send marketing email thanking the customer

Alert on Deleted Reviews

  1. Trigger: Review Deleted
  2. Action: Send HTTP request to your internal logging service

Webhook-Style Integration

Flow’s built-in Send HTTP request action lets you POST review data to any external URL — giving you webhook-like behavior without any custom infrastructure:

  1. Trigger: Any review trigger
  2. Action: Send HTTP request → POST https://your-api.com/webhook

Setup

Shopify Flow triggers are registered automatically when SimplerSuite Reviews is installed. To create a workflow:

  1. Go to Settings > Flow in your Shopify admin (or search “Flow” in the admin search bar)
  2. Click Create workflow
  3. For the trigger, search “SimplerSuite” and pick the review event you want
  4. Add conditions and actions as needed
  5. Turn on the workflow

No configuration is needed in the SimplerSuite Reviews dashboard.

Notes

  • Triggers fire asynchronously and do not slow down the review submission or moderation actions.
  • Bulk approve/reject operations fire one trigger per review.
  • If no Flow workflow is listening for a trigger, the event is silently ignored — there is no performance cost.