ПопулярнийПоки недоступно
Доступний у Про

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.

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

Course Catalog Demo

bot

Що робить модуль «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
Ключові функції

Все, що вам потрібно

Дослідіть усі потужні функції, включені в модуль Course Catalog.

Browse courses with /courses

Включено в модуль Course Catalog для безшовної інтеграції.

Self-enrol with /enroll

Включено в модуль Course Catalog для безшовної інтеграції.

Open a lesson with /lesson

Включено в модуль Course Catalog для безшовної інтеграції.

Випадки використання

Дізнайтеся, як компанії використовують модуль Course Catalog

Online courses

Ідеально для команд, які хочуть впровадити можливості online courses.

Training programs

Ідеально для команд, які хочуть впровадити можливості training programs.

Educational content

Ідеально для команд, які хочуть впровадити можливості educational content.

Довідник API

Легка інтеграція

Використовуйте наш RESTful API або вебхуки для інтеграції модуля Course Catalog з вашими існуючими системами.

Переглянути документацію API
// 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?

Почніть сьогодні з нашим безкоштовним планом. Кредитна картка не потрібна.