PopülerHenüz kullanılamıyor
Mevcut Pro

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.

Browse courses with /courses
Self-enrol with /enroll
Open a lesson with /lesson
9:41
5G
C

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
Ana Özellikler

İ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.

API Referansı

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"
  }
}

Course Catalog Kullanmaya Hazır mısınız?

Bugün ücretsiz planlarımızla başlayın. Kredi kartı gerekmiyor.