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