Launch your online business on Knorish to create, sell and market onlinecourses, memberships & downloads with our all-in-one cloud-enabled onlineplatform.
Go to siteThe Knorish API provides a gateway to manage and automate tasks for online course platforms. With it, you can streamline processes like user enrollment, course content management, and tracking learner progress. When leveraged through Pipedream, Knorish API enables the creation of custom, serverless workflows that can connect with other apps to enrich e-learning experiences, perform administrative tasks, or analyze educational activities.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
knorish: {
type: "app",
app: "knorish",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.knorish.com/publisher/v1.0/user/GetUsers`,
headers: {
"x-appid": `${this.knorish.$auth.app_id}`,
"x-appkey": `${this.knorish.$auth.api_key}`,
},
})
},
})
Automate User Enrollment and Welcome Emails: When a new user signs up for a course on Knorish, Pipedream can trigger a workflow that automatically enrolls the user in the course and sends a personalized welcome email using the SendGrid app, ensuring a smooth onboarding process.
Synchronize Course Updates with a CMS: Whenever a course is updated on Knorish, Pipedream can detect the change and synchronize the updated content with a Content Management System (CMS) like WordPress. This keeps your course listings current across platforms without manual intervention.
Generate Certificates and Update CRM: On course completion, Pipedream can call Knorish API to issue a certificate and then update a Customer Relationship Management (CRM) system like Salesforce with the user's completion status, enabling better tracking of learner achievements and targeted follow-up marketing.
Emit new event when a bundle is purchased by user. See the documentation
Emit new event when a new signup or registration happens on your site. See the documentation
Add a specific user to a specific course on your Knorish site. See the documentation
Knorish uses API keys for authentication. When you connect your Knorish account, Pipedream securely stores the keys so you can easily authenticate to Knorish APIs in both code and no-code steps.
To retrieve your App ID and API Key,