With the Zenler API, you can transform the way you and your learners access, experience, and interact with content. Here are just some of the things you can build with Zenler:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
zenler: {
type: "app",
app: "zenler",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.newzenler.com/api/v1/users`,
headers: {
"X-API-Key": `${this.zenler.$auth.api_key}`,
"X-Account-Name": `${this.zenler.$auth.account_name}`,
},
})
},
})
Emit new event when a course is completed. See the docs here
Emit new event when a funnel is created. See the docs here
Emit new event when a new live class is registered. See the docs here
Emit new event when a new live interactive webinar is registered. See the docs here
Zenler uses API keys for authentication. When you connect your Zenler account, Pipedream securely stores the keys so you can easily authenticate to Zenler APIs in both code and no-code steps.
123
if your Zenler URL is https://123.newzenler.com