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

Track student arrival with iOS automation, Google Sheets & email alerts

This workflow automates real-time student tracking using iOS Shortcuts and geolocation data, notifying both teachers and parents based on geofenced logic. ๐ŸŽฏ What This Workflow Does Receives student location updates v...

CommunicationHITLCore NodesDevelopmentUtilityWebhookSetIf
Loading interactive preview...

Template notes

This workflow automates real-time student tracking using iOS Shortcuts and geolocation data, notifying both teachers and parents based on geofenced logic.

๐ŸŽฏ What This Workflow Does

Receives student location updates via webhook (iOS Shortcuts) Detects if the student has arrived at school Logs arrival data to Google Sheets Sends email alerts to teacher and/or parent based on location

๐Ÿ”„ Workflow Steps

| Step | Description | | --------------------------- | -------------------------------------------------------- | | Location Update Webhook | Triggered via iOS Shortcut when student location updates | | Process Location Data | Extracts coordinates and metadata | | Student Arrived? | Checks if student entered school zone | | Log School Arrival | Adds arrival data to Google Sheet | | At School? | Double-checks geofence condition before notifying | | Notify Teacher | Sends email if student is confirmed at school | | Notify Parent | Sends email to parent (can vary based on geofence logic) | | Success Response | Returns a 200 response to the triggering device |

๐Ÿง  How the Logic Works

1. The studentโ€™s phone runs a shortcut when near school. 2. Sends coordinates to webhook. 3. Workflow compares coordinates with predefined geofence (e.g., radius around school). 4. If inside school zone: Log arrival Notify teacher and/or parent 5. Else: Optionally notify parent only

๐Ÿ“ฑ iOS Shortcut Sample (Trigger Setup)