Junip

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

Integrate the Junip API with the Schedule API

Setup the Junip API trigger to run a workflow which integrates with the Schedule API. Pipedream's integration platform allows you to integrate Junip and Schedule remarkably fast. Free for developers.

Custom Interval from the Schedule API

Trigger your workflow every N hours, minutes or seconds.

 
Try it
Daily schedule from the Schedule API

Trigger your workflow every day.

 
Try it
Monthly Schedule from the Schedule API

Trigger your workflow on one or more days each month at a specific time (with timezone support).

 
Try it
Weekly schedule from the Schedule API

Trigger your workflow on one or more days each week at a specific time (with timezone support).

 
Try it

Overview of Junip

The Junip API provides a powerful way to integrate customer reviews and testimonials into your business workflow. By leveraging the Junip API on Pipedream, you can automate the collection, moderation, and publication of customer feedback, ensuring your potential clients see the most relevant and influential reviews. It's a boon for businesses looking to enhance their social proof and build trust with their audience through automated, real-time review management.

Connect Junip

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}`,
      },
    })
  },
})

Overview of Schedule

The Schedule app in Pipedream is a powerful tool that allows you to trigger workflows at regular intervals, ranging from every minute to once a year. This enables the automation of repetitive tasks and the scheduling of actions to occur without manual intervention. By leveraging this API, you can execute code, run integrations, and process data on a reliable schedule, all within Pipedream's serverless environment.