Integration Specifications

This article will help you learn about how Daasity replicates data from Yotpo, limitations to the data we can extract and where the data is stored in the Yotpo schema.

Integration Overview

Yotpo is an eCommerce retention marketing platform that drives repeat shopper sales with connected solutions for reviews, SMS, email, loyalty, and subscriptions.

This document provides context on what kind of data is being gathered through this extractor, which endpoints that data is coming from, and how the extracted tables relate to each other.

Integration Availability

This integration is available for:

  • Enterprise

  • Growth

API Endpoints

The Daasity Yotpo extractor is built based on this Yotpo API documentation. The following endpoints are used by Daasity to replicate data from Yotpo:

Entity Relationship Diagram (ERD)

Click here to view the ERD for the Daasity Yotpo integration illustrating the different tables and keys to join across tables.

Yotpo Schema

The Daasity Yotpo extractor creates these tables using the endpoints and replication methods listed. The data is mapped from the source API endpoint to the table based on the mapping logic outlined in each table.

Reviews

  • Endpoint: Reviews

  • Update Method: UPSERT

  • Table Name: [yotpo.reviews]

Reviews Custom Data

  • Endpoint: Reviews

  • Update Method: UPSERT

  • Table Name: [yotpo.review_custom_data]

Custom Fields

  • Endpoint: Reviews

  • Update Method: UPSERT

  • Table Name: [yotpo.custom_fields]

Customers

  • Endpoint: Customers

  • Update Method: UPSERT

  • Table Name: [yotpo.customers]

Customer Top Topics

  • Endpoint: Customers

  • Update Method: UPSERT

  • Table Name: [yotpo.customer_top_topics]

Products

  • Endpoint: Products

  • Update Method: UPSERT

  • Table Name: [yotpo.products]

Last updated