User onboarding is just the beginning. Empower your team to measure and improve product adoption—without a developer.
Go to siteAppcues lets you easily add targeted content, onboarding flows, and in-app messages to improve your app's engagement and retention.
With Appcues, you can:
All without having to write a single line of code!
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
appcues: {
type: "app",
app: "appcues",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.appcues.com/v2/accounts/${this.appcues.$auth.account_id}/flows`,
auth: {
username: `${this.appcues.$auth.api_key}`,
password: `${this.appcues.$auth.api_secret}`,
},
})
},
})
Appcues uses API keys for authentication. When you connect your Appcues account, Pipedream securely stores the keys so you can easily authenticate to Appcues APIs in both code and no-code steps.
To retrieve your API keys,