Jellyreach

Deliver automated, relevant, and timely messages aligned with customers preferences.

Go to site
Explore
/
Apps
/
Jellyreach

Jellyreach API Integrations

Build and run workflows using the Jellyreach 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 the Jellyreach API, you can build a number of different things, including:

  • A way to search for and find specific types of content
  • A way to save and share your favorite content
  • A way to get content recommendations
  • A way to manage your content preferences
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: {
    jellyreach: {
      type: "app",
      app: "jellyreach",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.jellyreach.com/v1/contacts`,
      headers: {
        "Accept": `application/json`,
        "Authorization": `${this.jellyreach.$auth.api_key}`,
        "Content-Type": `application/json`,
      },
    })
  },
})

Authentication

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

To retrieve your API key,

  • Navigate to your Jellyreach account and sign in
  • Go to “Settings” > “API”