Back to Templates
Automatically monitors daily student attendance from CSV files, identifies absent students, sends parent email alerts via SMTP, calculates risk scores, and generates an interactive HTML dashboard — all on a weekday schedule with no manual work needed.
student_attendance.csv and filters to today's records onlystudent_contacts.csvdashboard.html with 5 tabs: Today, Weekly, Monthly, Full History, and At-Riskattendance_report.csv for historical trackingstudent_attendance.csv to the n8n files folderstudent_contacts.csv to the n8n files folderattendance_report.csv in the n8n files foldersmtp_user in Settings → Variablesstudent_attendance.csv
| StudentID | Date | Status | Class | Subject | Teacher |
|---|---|---|---|---|---|
| S101 | 12-01-2026 | Absent | Grade 6 | Math | Mr Singh |
student_contacts.csv
| StudentID | ParentName | Phone | |
|---|---|---|---|
| S101 | Anita Kumar | [email protected] | +919999999999 |

