PopularAún no disponible
Disponible en Pro

Course Catalog Módulo

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

¿Qué hace el módulo 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
Características Principales

Todo lo que Necesitas

Explora todas las potentes características incluidas en el módulo Course Catalog.

Browse courses with /courses

Incluido con el módulo Course Catalog para una integración perfecta.

Self-enrol with /enroll

Incluido con el módulo Course Catalog para una integración perfecta.

Open a lesson with /lesson

Incluido con el módulo Course Catalog para una integración perfecta.

Casos de Uso

Descubre cómo las empresas usan el módulo Course Catalog

Online courses

Perfecto para equipos que buscan implementar capacidades de online courses.

Training programs

Perfecto para equipos que buscan implementar capacidades de training programs.

Educational content

Perfecto para equipos que buscan implementar capacidades de educational content.

Referencia API

Fácil de Integrar

Usa nuestra API RESTful o webhooks para integrar el módulo Course Catalog con tus sistemas existentes.

Ver Documentación 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"
  }
}

¿Listo para usar Course Catalog?

Comienza hoy con nuestro plan gratuito. No se requiere tarjeta de crédito.