Course Catalog Modül
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
Course Catalog modülü ne yapar?
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
İhtiyacınız Olan Her Şey
Course Catalog modülünde bulunan tüm güçlü özellikleri keşfedin.
Browse courses with /courses
Sorunsuz entegrasyon için Course Catalog modülü ile dahil.
Self-enrol with /enroll
Sorunsuz entegrasyon için Course Catalog modülü ile dahil.
Open a lesson with /lesson
Sorunsuz entegrasyon için Course Catalog modülü ile dahil.
Kullanım Alanları
İşletmelerin Course Catalog modülünü nasıl kullandığını keşfedin
Online courses
online courses yeteneklerini uygulamak isteyen takimlar için mükemmel.
Training programs
training programs yeteneklerini uygulamak isteyen takimlar için mükemmel.
Educational content
educational content yeteneklerini uygulamak isteyen takimlar için mükemmel.
Kolay Entegrasyon
Course Catalog modülünü mevcut sistemlerinizle entegre etmek için RESTful API veya webhook'larimizi kullanın.
API Dokümantasyonunu Gör// 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"
}
}İlgili Modüller
Eğitim kategorisindeki diğer modülleri keşfedin
Course Catalog Kullanmaya Hazır mısınız?
Bugün ücretsiz planlarımızla başlayın. Kredi kartı gerekmiyor.