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.
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
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.
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"
}
}Related Modules
Explore other modules in the Education category
Ready to Use Course Catalog?
Get started today with our free plan. No credit card required.