Zonka Feedback is a multi-channel feedback system and survey app with actionable insights, real-time reporting and collaborative inbox.
Go to siteWith the Zonka Feedback API, you can create powerful tools for collecting customer feedback. Here are just a few examples of the types of things you can build with their API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
zonka_feedback: {
type: "app",
app: "zonka_feedback",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://apis.zonkafeedback.com/users`,
headers: {
"Z-API-TOKEN": `${this.zonka_feedback.$auth.auth_token}`,
},
})
},
})
Zonka Feedback uses API keys for authentication. When you connect your Zonka Feedback account, Pipedream securely stores the keys so you can easily authenticate to Zonka Feedback APIs in both code and no-code steps.
To access the APIs you need a valid Auth Token.