Deliver automated, relevant, and timely messages aligned with customers preferences.
Go to siteWith the Jellyreach API, you can build a number of different things, including:
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`,
},
})
},
})
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,