workflows.fit
Back to n8n workflows
n8n templateFreeBy Oneclick AI Squad

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 usin...

CommunicationHITLCore NodesData & StorageProductivityDevelopmentUtilityWebhook
Loading interactive preview...

Template notes

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 { "studentname": "Aarav Mehta", "studentid": "STU025", "classname": "Grade 6B" }

πŸ“Š Google Sheets Format