Track student attendance from CSV, email parents, and build an HTML dashboard โ n8n Workflow
Overview
๐ 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
Schedule trigger โ runs MondayโFriday at 17:30 Data ingestion โ reads student_attendance.csv and filters to today's records only Absence check โ splits students into Absent / Present branches Contact merge โ matches ab
Nodes used
Workflow Preview
How it Works
- 1
Trigger
The workflow starts with a scheduled trigger, running on a defined schedule.
- 2
Process
Data flows through 18 nodes, connecting code, converttofile, emailsend.
- 3
Output
The workflow completes its automation and delivers the result to the configured destination.
Node Details (18)
Send Email
emailSend
Code
code
How to Import This Workflow
- 1Click Download JSON button on the right to save the workflow file.
- 2Open your n8n instance. Go to Workflows โ New โ Import from file.
- 3Select the downloaded
track-student-attendance-from-csv-email-parents-and-build-an-html-dashboardfile and click Import. - 4Set up credentials for each service node (API keys, OAuth, etc.).
- 5Click Test Workflow to verify everything works, then activate it.
Or paste directly in n8n โ Import from JSON:
Integrations
Created by
Tejasv Makkar
@tmakkar
Tags
New to n8n?
n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.
Get n8n Free โ