Xperiencify is the world's first fully gamified online course platform that creates a hyper-engaging "experience" for your students.
Go to siteXperiencify is an API that allows developers to quickly and easily create web applications, websites, and mobile games without having to code. With Xperiencify, developers can focus on creating a great product while leaving the complexity of coding to the Xperiencify team.
Xperiencify allows developers to explore the possibilities of creating custom projects such as interactive web applications, dynamic websites, and mobile games. Through the Xperiencify API, developers have access to a variety of tools and resources that are designed to support and simplify the process of creating web and mobile applications.
Examples of projects you can build with the Xperiencify API include:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
xperiencify: {
type: "app",
app: "xperiencify",
}
},
async run({steps, $}) {
return await axios($, {
url: `http://api.xperiencify.io/api/public/coach/courses/`,
params: {
api_key: `${this.xperiencify.$auth.api_key}`,
},
})
},
})
Emit new event when a student enrolls into a course.
Xperiencify uses API keys for authentication. When you connect your Xperiencify account, Pipedream securely stores the keys so you can easily authenticate to Xperiencify APIs in both code and no-code steps.
To retrieve your API key: