محبوبهنوز در دسترس نیست
موجود در حرفه‌ای

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.

Browse courses with /courses
Self-enrol with /enroll
Open a lesson with /lesson
9:41
5G
C

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

یکپارچه‌سازی آسان

از 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 هستید؟

همین امروز با پلن رایگان ما شروع کنید. نیازی به کارت اعتباری نیست.