Доступний у Про

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

Легка інтеграція

Використовуйте наш RESTful API або вебхуки для інтеграції модуля 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?

Почніть сьогодні з нашим безкоштовним планом. Кредитна картка не потрібна.