import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
heylibby: {
type: "app",
app: "heylibby",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://3wsq3v2kgg.execute-api.us-east-1.amazonaws.com/prod/zapier/trigger`,
params: {
zapierAPI: `${this.heylibby.$auth.api_key}`,
},
})
},
})
HeyLibby uses API keys for authentication. When you connect your HeyLibby account, Pipedream securely stores the keys so you can easily authenticate to HeyLibby APIs in both code and no-code steps.