Attendance Module
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
What does the Attendance module do?
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
Everything You Need
Explore all the powerful features included in the Attendance module.
Daily self check-in with /checkin
Included with the Attendance module for seamless integration.
Own history with /myattendance
Included with the Attendance module for seamless integration.
Today’s count with /attendancereport
Included with the Attendance module for seamless integration.
Use Cases
Discover how businesses use the Attendance module
Live classes
Perfect for teams looking to implement live classes capabilities.
Webinars
Perfect for teams looking to implement webinars capabilities.
Compliance tracking
Perfect for teams looking to implement compliance tracking capabilities.
Easy to Integrate
Use our RESTful API or webhooks to integrate the Attendance module with your existing systems.
View API Documentation// 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"
}
}Related Modules
Explore other modules in the Education category
Ready to Use Attendance?
Get started today with our free plan. No credit card required.