Browse sources$ls -a sources
Logo of yotpo
Yotpo
Leverage customer feedback with Yotpo reviews data
Sync your customers' dataFiber pulls data from your customers' Yotpo accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of yotpo
Logo of yotpo
Logo of yotpo
Logo of yotpo
Logo of yotpo
Logo of yotpo
Logo of yotpo
Logo of yotpo
Logo of yotpo
Logo of yotpo
Fiber
postgres-prod
yotpo_reviews
Your customers' Yotpo accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Yotpo API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Reviews belonging to the Yotpo
-- account of a particular user.

SELECT *
FROM fiber.yotpo_review
WHERE account_id = '{user.yotpo_id}'
-- Fetch all the Reviews belonging to the Yotpo
-- account of a particular user.

SELECT *
FROM fiber.yotpo_review
WHERE account_id = '{user.yotpo_id}'
Code
CREATE TABLE fiber.yotpo_review (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
title TEXT,
content TEXT,
score INT,
votes_up INT,
votes_down INT,
sentiment DOUBLE PRECISION,
sku TEXT,
name TEXT,
email TEXT,
reviewer_type TEXT,
deleted BOOLEAN,
user_reference TEXT,
is_incentivized BOOLEAN,
incentive_type TEXT
)
CREATE TABLE fiber.yotpo_review (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
title TEXT,
content TEXT,
score INT,
votes_up INT,
votes_down INT,
sentiment DOUBLE PRECISION,
sku TEXT,
name TEXT,
email TEXT,
reviewer_type TEXT,
deleted BOOLEAN,
user_reference TEXT,
is_incentivized BOOLEAN,
incentive_type TEXT
)
Model definition
About this source
Logo of yotpo
YotpoE-commerce marketing platform for customer reviews, loyalty, and referrals.yotpo.com  ↗
Available resources
    Reviews
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Yotpo?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Yotpo and over 200 other APIs. Setup and deploy within minutes.
Logo of yotpoIntegrate Yotpo using Fiber Fiber makes it easy to access third-party data from Yotpo accounts. Get started in just a few minutes.