موجود در حرفه‌ای

Attendance ماژول

Daily self check-in: students send /checkin (one present record per day), see their own history with /myattendance, and anyone can view today's check-in count with /attendancereport.

Daily self check-in with /checkin
Own history with /myattendance
Today’s count with /attendancereport
9:41
5G
A

Attendance Demo

bot

ماژول Attendance چه می‌کند؟

Daily self check-in: students send /checkin (one present record per day), see their own history with /myattendance, and anyone can view today's check-in count with /attendancereport.

  • Live classes
  • Webinars
  • Compliance tracking
ویژگی‌های کلیدی

هر آنچه نیاز دارید

تمام ویژگی‌های قدرتمند موجود در ماژول Attendance را کشف کنید.

Daily self check-in with /checkin

شامل ماژول Attendance برای یکپارچگی بدون درز.

Own history with /myattendance

شامل ماژول Attendance برای یکپارچگی بدون درز.

Today’s count with /attendancereport

شامل ماژول Attendance برای یکپارچگی بدون درز.

موارد استفاده

ببینید چگونه کسب‌وکارها از ماژول Attendance استفاده می‌کنند

Live classes

مناسب برای تیم‌هایی که به دنبال پیاده‌سازی قابلیت‌های live classes هستند.

Webinars

مناسب برای تیم‌هایی که به دنبال پیاده‌سازی قابلیت‌های webinars هستند.

Compliance tracking

مناسب برای تیم‌هایی که به دنبال پیاده‌سازی قابلیت‌های compliance tracking هستند.

مرجع API

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

از API RESTful یا وب‌هوک‌های ما برای یکپارچه‌سازی ماژول Attendance با سیستم‌های موجود خود استفاده کنید.

مشاهده مستندات API
// Enable Attendance module
curl -X POST https://api.botlaunch.io/v1/modules \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "module": "attendance",
    "enabled": true,
    "config": {
      // Your configuration here
    }
  }'

// Response
{
  "success": true,
  "module": {
    "id": "attendance",
    "name": "Attendance",
    "enabled": true,
    "status": "active"
  }
}

آماده استفاده از Attendance هستید؟

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