Deliver a wow product and customer experience with Flash by Velora AI.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
flash_by_velora_ai: {
type: "app",
app: "flash_by_velora_ai",
}
},
async run({steps, $}) {
const data = {
"feedback": `Pipedream.com is a great platform for automations! Highly recommended.`,
}
return await axios($, {
method: "post",
url: `https://flash-api.velora.ai/v1/api/add-feedback`,
headers: {
"accept": `application/json`,
"x-api-key": `${this.flash_by_velora_ai.$auth.api_key}`,
},
data,
})
},
})
Flash (by Velora AI) uses API keys for authentication. When you connect your Flash (by Velora AI) account, Pipedream securely stores the keys so you can easily authenticate to Flash (by Velora AI) APIs in both code and no-code steps.