Track student attendance from CSV, email parents, and build an HTML dashboard
π Overview 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 ...
Template notes
π Overview
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.
---
βοΈ How it works
1. Schedule trigger β runs MondayβFriday at 17:30 2. Data ingestion β reads studentattendance.csv and filters to today's records only 3. Absence check β splits students into Absent / Present branches 4. Contact merge β matches absent students with parent data from studentcontacts.csv 5. Alert logic β calculates risk level, attendance %, consecutive streak, and trend (Improving / Stable / Worsening) 6. Parent email β sends a colour-coded HTML alert via SMTP for each absent student 7. Dashboard builder β generates dashboard.html with 5 tabs: Today, Weekly, Monthly, Full History, and At-Risk 8. Report update β appends records to attendancereport.csv for historical tracking
---
π Setup steps
1. Upload studentattendance.csv to the n8n files folder 2. Upload studentcontacts.csv to the n8n files folder 3. Create an empty attendancereport.csv in the n8n files folder 4. Add smtpuser in Settings β Variables 5. Configure SMTP credentials in the Send Email node 6. Adjust the cron schedule if needed (default: 17:30 MonβFri)