Yotpo - Loyalty & Referrals

Yotpo is an eCommerce marketing platform with the most advanced solutions for customer reviews, visual marketing, loyalty, referrals, and SMS marketing.

Go to site
Explore
/
Apps
/
Yotpo - Loyalty & Referrals

Yotpo - Loyalty & Referrals API Integrations

Build and run workflows using the Yotpo - Loyalty & Referrals API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

Yotpo's Loyalty & Referrals API makes it easy to create incentives and rewards for your customers, driving relationships and creating loyalty within your brand. Implementing Yotpo's API can help you build programs that nurture the customer relationships and encourage them to re-engage with your store. By linking customer data, you can create personalize programs that cater to each customer's individual needs, strengthening the relationship and driving conversions.

With Yotpo's Loyalty & Referrals API you can:

  • Create personalized reward and loyalty programs
  • Customize and track customer rewards
  • Set up referral campaigns
  • Integrate loyalty and referral programs with other marketing efforts
  • Increase customer engagement and loyalty
  • Monitor customer satisfaction and loyalty
  • Generate reports of customers’ activity and behaviors.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    yotpo_loyalty_referrals: {
      type: "app",
      app: "yotpo_loyalty_referrals",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://loyalty.yotpo.com/api/v2/campaigns`,
      headers: {
        "Content-Type": `application/json`,
        "x-guid": `${this.yotpo_loyalty_referrals.$auth.guid}`,
        "x-api-key": `${this.yotpo_loyalty_referrals.$auth.api_key}`,
      },
    })
  },
})

Authentication

Yotpo - Loyalty & Referrals uses API keys for authentication. When you connect your Yotpo - Loyalty & Referrals account, Pipedream securely stores the keys so you can easily authenticate to Yotpo - Loyalty & Referrals APIs in both code and no-code steps.

Yotpo uses a combination of your guid and api_key to authenticate requests. You can find your authentication credentials in the Settings page of your Loyalty admin account.