Course Catalog Modul
Members can browse, open and self-enrol in courses with bot commands, and the runner works. Creating a course is not possible yet: there is no dashboard screen, no API and no command for it, so the catalog stays empty.
Course Catalog Demo
bot
Was macht das Modul „Course Catalog“?
Members can browse, open and self-enrol in courses with bot commands, and the runner works. Creating a course is not possible yet: there is no dashboard screen, no API and no command for it, so the catalog stays empty.
- Online courses
- Training programs
- Educational content
Alles, was Sie brauchen
Entdecken Sie alle leistungsstarken Funktionen des Course Catalog Moduls.
Browse courses with /courses
Im Course Catalog Modul für nahtlose Integration enthalten.
Self-enrol with /enroll
Im Course Catalog Modul für nahtlose Integration enthalten.
Open a lesson with /lesson
Im Course Catalog Modul für nahtlose Integration enthalten.
Anwendungsfälle
Erfahren Sie, wie Unternehmen das Course Catalog Modul nutzen
Online courses
Perfekt für Teams, die online courses Funktionen implementieren möchten.
Training programs
Perfekt für Teams, die training programs Funktionen implementieren möchten.
Educational content
Perfekt für Teams, die educational content Funktionen implementieren möchten.
Einfache Integration
Nutzen Sie unsere RESTful-API oder Webhooks, um das Course Catalog Modul mit Ihren bestehenden Systemen zu integrieren.
API-Dokumentation ansehen// Enable Course Catalog module
curl -X POST https://api.botlaunch.io/v1/modules \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"module": "course-catalog",
"enabled": true,
"config": {
// Your configuration here
}
}'
// Response
{
"success": true,
"module": {
"id": "course-catalog",
"name": "Course Catalog",
"enabled": true,
"status": "active"
}
}Verwandte Module
Entdecken Sie weitere Module in der Kategorie Education
Bereit für Course Catalog?
Starten Sie noch heute mit unserem kostenlosen Plan. Keine Kreditkarte erforderlich.