Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
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...
n8n-nodes-base.stickynote, n8n-nodes-base.code, n8n-nodes-base.scheduletrigger, n8n-nodes-base.readwritefile, n8n-nodes-base.spreadsheetfile, n8n-nodes-base.if, n8n-nodes-base.merge, n8n-nodes-base.emailsend
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Tejasv Makkar.
Original n8n.io sourceAutomatically 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 |
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 25 workflow blocks. Download the JSON for the full node graph.
| Workflow | Track student attendance from CSV, email parents, and build an HTML dashboard |
|---|---|
| Complexity | advanced |
| Nodes | 25 |
| Categories | Miscellaneous, AI Summarization |
| Author | Tejasv Makkar |
| Published | 15 Mar 2026 |
Use the JSON export at /data/workflows/14068/14068.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Miscellaneous, AI Summarization use case.