Track Student Attendance with Mobile App, Google Sheets, and Email Alerts
A lightweight no-code workflow that captures student check-in data via a mobile app or webhook, stores it in a Google Sheet, and instantly notifies the class teacher via email. ## What This Does - Students **check in using a mobile app or QR code** - Their data is **formatted and saved** to a Google Sheet - A **notification email** is sent to the class teacher in real time ## Workflow Steps | Step | Description | | ---------------------------- | ------------------------------------------------------------ | | **Student Check-in (Webhook)** | Triggered via POST request from mobile app or QR scanner | | **Format Data** | Cleans and prepares incoming JSON into structured format | | **Append or Update Row** | Saves student check-in data into Google Sheets | | **Email Teacher** | Sends formatted check-in email to the class teacher | | **Success Response** | Returns a confirmation response to the mobile app or system | ## Example Check-in Input (Webhook Body) ```json { "student_name": "Aarav Mehta", "student_id": "SU025", "class_name": "Grade 6B" } ``` ## Google Sheets Format | Student Name | Student ID | Class | Date | Time | | ------------ | ---------- | ------- | ---------- | ----- | | Aarav Mehta | SU025 | Grade 6B | 2025-08-06 | 08:35 | *Date and time are added dynamically in the workflow.* ## Setup Requirements - **n8n Instance** - Deployed with public webhook support - **Google Sheets** - Sheet with columns as shown above - **Email SMTP Settings** - For sending teacher notification ## Quick Setup Instructions 1. Import the workflow into your n8n instance 2. Replace the webhook URL in your mobile app 3. Set your Google Sheet ID and range 4. Enter the teacher's email in the **Email Teacher** node 5. Test with mock data 6. Deploy and use live!
- Platform
- n8n
- Category
- Education
- Price
- $9.99
- Creator
- Oneclick AI Squad
- set
- webhook
- emailSend
- stickyNote
- googleSheets
- respondToWebhook
How to import this workflow into n8n
- 1Purchase or download the workflow to get the n8n workflow JSON file.
- 2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
- 3Open each node marked with a credential warning and connect your own accounts and API keys.
- 4Run the workflow once manually to verify the data flow, then toggle it to Active.
Related Education workflows
- Learn JSON Basics with an Interactive Step-by-Step Tutorial for Beginners$14.99
- Learn n8n Expressions with an Interactive Step-by-Step Tutorial for Beginners$14.99
- Automated AI Degree Audit Using Google Sheets and OpenAI$9.99
- Learn API Fundamentals with an Interactive Hands-On Tutorial Workflow$24.99
- Master Webhook Integration and Security with Supabase in n8n$14.99
- Master JavaScript Code Node with Interactive n8n Tutorial$9.99
More from Oneclick AI Squad
Need this deployed? We'll set it up for you.
Our automation experts deploy this workflow in your stack, connect your accounts, and verify it works — or build a custom solution from scratch.