PopolareNon ancora disponibile
Disponibile in Pro

Course Catalog Modulo

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

Che cosa fa il modulo 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
Funzionalita Chiave

Tutto cio di cui Hai Bisogno

Esplora tutte le potenti funzionalita incluse nel modulo Course Catalog.

Browse courses with /courses

Incluso con il modulo Course Catalog per un'integrazione perfetta.

Self-enrol with /enroll

Incluso con il modulo Course Catalog per un'integrazione perfetta.

Open a lesson with /lesson

Incluso con il modulo Course Catalog per un'integrazione perfetta.

Casi d'Uso

Scopri come le aziende utilizzano il modulo Course Catalog

Online courses

Perfetto per team che cercano di implementare capacita di online courses.

Training programs

Perfetto per team che cercano di implementare capacita di training programs.

Educational content

Perfetto per team che cercano di implementare capacita di educational content.

Riferimento API

Facile da Integrare

Usa la nostra API RESTful o webhook per integrare il modulo Course Catalog con i tuoi sistemi esistenti.

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

Pronto a Usare Course Catalog?

Inizia oggi con il nostro piano gratuito. Nessuna carta di credito richiesta.