Back to Templates
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.
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 |
{
"student_name": "Aarav Mehta",
"student_id": "STU025",
"class_name": "Grade 6B"
}
Student Name | Student ID | Class | Date | Time |
---|---|---|---|---|
Aarav Mehta | STU025 | Grade 6B | 2025-08-06 | 08:35 |
Date and time are added dynamically in the workflow.