Junip

Reviews for products worth talking about. Helping 3,000+ brands on Shopify gather more reviews & display them everywhere that matters

Go to site

Junip API Integrations

Build and run workflows using the Junip 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

With Junip, you can build awesome things like:

  • A to-do list
  • A notes app
  • A task tracker
  • A budgeting tool
  • An inventory management system
  • A CRM
  • A project management tool
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    junip: {
      type: "app",
      app: "junip",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.juniphq.com/v1/stores`,
      headers: {
        "Junip-Store-Key": `${this.junip.$auth.store_key}`,
      },
    })
  },
})

Authentication

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

To retrieve your Store key,

  • Navigate to your Junip account and sign in
  • Go to “Settings” > “Store Settings” > “Store health”