PopularNot available yet
Available in Pro

Course Catalog Module

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

What does the Course Catalog module do?

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
Key Features

Everything You Need

Explore all the powerful features included in the Course Catalog module.

Browse courses with /courses

Included with the Course Catalog module for seamless integration.

Self-enrol with /enroll

Included with the Course Catalog module for seamless integration.

Open a lesson with /lesson

Included with the Course Catalog module for seamless integration.

Use Cases

Discover how businesses use the Course Catalog module

Online courses

Perfect for teams looking to implement online courses capabilities.

Training programs

Perfect for teams looking to implement training programs capabilities.

Educational content

Perfect for teams looking to implement educational content capabilities.

API Reference

Easy to Integrate

Use our RESTful API or webhooks to integrate the Course Catalog module with your existing systems.

View API Documentation
// 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"
  }
}

Ready to Use Course Catalog?

Get started today with our free plan. No credit card required.