
The Reviews.io connector syncs product reviews and company reviews from Reviews.io into Frontic — ratings, review bodies, reviewer metadata, and verification flags all come through ready to power product detail pages, social proof modules, and review listings.
Auth
Store key
Update methods
Trigger
Resources
Product · Company reviews
What you get
Product reviews
Per-product reviews — rating, body, reviewer name, verification status. Link them to your product records via the reviewed product’s identifier.
Company reviews
Reviews of your store as a whole — useful for trust badges, store-page testimonials, and aggregate rating displays.
Connection settings
string
required
Your Reviews.io store key. Find it in Reviews.io under Integrations → API. The connector authenticates against the Reviews.io API with this key.
Channels
A Reviews.io channel carries which translations the connector pulls per review.string
required
A label for the channel in Frontic.
multiselect
required
Locale keys the connector applies to each review.
select
required
The translation used as fallback for missing values.
Data Feeds
The Reviews.io connector exposes two feed types:
The standard Settings → Updates → Schema setup wizard applies — see Data Feeds in the overview. All three update methods are supported:
- Trigger — Reviews.io webhooks land at the feed’s inbound URL for real-time updates.
What the data looks like
Reviews come through with the Reviews.io payload shape — ratings, body, reviewer details, photos, replies, and timestamps — preserved on the raw payload. Map fields into your storage in the Value Composer. For linking product reviews to your product records, the reviewed product’s identifier in the Reviews.io payload (typically SKU or product ID) is what you’ll match against your Products storage’s keys.Good to know
- Read-only. The Reviews.io connector pulls reviews from Reviews.io; it doesn’t push back. Review collection and moderation happen in Reviews.io.
- Aggregate ratings. The connector emits raw reviews. Aggregate rating values (average score, total count per product) are computed in your Data Sync or at query time.
Related
Search Listings
For displaying reviews ranked, filtered, and paginated on your storefront.
Custom Integration
For pushing reviews from systems Reviews.io doesn’t already cover.