What Converts API is a powerful and versatile tool that can be used to build customer-centric applications. With What Converts API, you can easily create applications to better understand your customer conversion journey, track performance across multiple channels, automate sales and marketing processes, and more.
What Converts API is a powerful tool that can help you build applications that maximize customer engagement and improve sales and marketing:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
what_converts: {
type: "app",
app: "what_converts",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://app.whatconverts.com/api/v1/leads`,
auth: {
username: `${this.what_converts.$auth.token}`,
password: `${this.what_converts.$auth.secret}`,
},
})
},
})
What Converts uses API keys for authentication. When you connect your What Converts account, Pipedream securely stores the keys so you can easily authenticate to What Converts APIs in both code and no-code steps.