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.
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 یا وبهوکهای ما برای یکپارچهسازی ماژول 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 هستید؟
همین امروز با پلن رایگان ما شروع کنید. نیازی به کارت اعتباری نیست.