Доступен в Про

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?

Начните сегодня с нашим бесплатным планом. Кредитная карта не требуется.