import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
asknicely: {
type: "app",
app: "asknicely",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://${this.asknicely.$auth.domain}.asknice.ly/api/v1/getnps`,
headers: {
"X-apikey": `${this.asknicely.$auth.api_key}`,
},
})
},
})
AskNicely uses API keys for authentication. When you connect your AskNicely account, Pipedream securely stores the keys so you can easily authenticate to AskNicely APIs in both code and no-code steps.
To retrieve your API Key,
Your domain in 1234
if your AskNicely login portal URL is https://1234.asknice.ly/login/