Verfügbar in Pro

Attendance Modul

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

Was macht das Modul „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
Hauptfunktionen

Alles, was Sie brauchen

Entdecken Sie alle leistungsstarken Funktionen des Attendance Moduls.

Daily self check-in with /checkin

Im Attendance Modul für nahtlose Integration enthalten.

Own history with /myattendance

Im Attendance Modul für nahtlose Integration enthalten.

Today’s count with /attendancereport

Im Attendance Modul für nahtlose Integration enthalten.

Anwendungsfälle

Erfahren Sie, wie Unternehmen das Attendance Modul nutzen

Live classes

Perfekt für Teams, die live classes Funktionen implementieren möchten.

Webinars

Perfekt für Teams, die webinars Funktionen implementieren möchten.

Compliance tracking

Perfekt für Teams, die compliance tracking Funktionen implementieren möchten.

API-Referenz

Einfache Integration

Nutzen Sie unsere RESTful-API oder Webhooks, um das Attendance Modul mit Ihren bestehenden Systemen zu integrieren.

API-Dokumentation ansehen
// 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"
  }
}

Bereit für Attendance?

Starten Sie noch heute mit unserem kostenlosen Plan. Keine Kreditkarte erforderlich.