πŸ”§ Track student attendance with mobile app, Google Sheets, and email alerts

⚑ 739 views Β· πŸ”§ Miscellaneous

Description

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

πŸ”§ Workflow Steps

StepDescription
Student Check-in (Webhook)Triggered via POST request from mobile app or QR scanner
Format DataCleans and prepares incoming JSON into structured format
Append or Update RowSaves student check-in data into Google Sheets
Email TeacherSends formatted check-in email to the class teacher
Success ResponseReturns a confirmation response to the mobile app or system

πŸ“± Example Check-in Input (Webhook Body)

{
  "student_name": "Aarav Mehta",
  "student_id": "STU025",
  "class_name": "Grade 6B"
}

πŸ“Š Google Sheets Format

Student NameStudent IDClassDateTime
Aarav MehtaSTU025Grade 6B2025-08-0608:35

Date and time are added dynamically in the workflow.

βš™οΈ Setup Requirements

βœ… 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!

πŸ”— Nodes Used

Send Email, Google Sheets, Webhook

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup