Delighted uses the Net Promoter System® to gather real feedback from your customers – in minutes, not weeks. No technical knowledge required.
Go to siteWith the Delighted API, you can build a variety of things, including:
module.exports = defineComponent({
props: {
delighted: {
type: "app",
app: "delighted",
}
},
async run({steps, $}) {
const delighted = require('delighted')(this.delighted.$auth.api_key)
return await delighted.metrics.retrieve()
},
})
Create or update a person and send a survey email. See the docs here
Delighted uses API keys for authentication. When you connect your Delighted account, Pipedream securely stores the keys so you can easily authenticate to Delighted APIs in both code and no-code steps.
Enter your Delighted API key below.