Engage turns your customers into fans with personalised messaging; using emails, push and in-app notifications, and SMS.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
engage: {
type: "app",
app: "engage",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.engage.so/v1/users`,
auth: {
username: `${this.engage.$auth.public_key}`,
password: `${this.engage.$auth.secret_key}`,
},
})
},
})
Engage uses API keys for authentication. When you connect your Engage account, Pipedream securely stores the keys so you can easily authenticate to Engage APIs in both code and no-code steps.
To retrieve your API keys,