workflows.fit
Back to n8n workflows
n8n templateFreeBy Rahul Joshi

Send womenโ€™s safety emergency alerts with GPT-4o-mini, Telegram and Google Sheets

๐Ÿ“˜ Description This workflow acts as a real-time emergency alert system designed for personal safety scenarios. It receives distress signals via webhook, enriches the data with a live Google Maps link and timestamp, g...

Data & StorageProductivityCommunicationHITLAILangchainDevelopmentCore Nodes
Loading interactive preview...

Template notes

๐Ÿ“˜ Description This workflow acts as a real-time emergency alert system designed for personal safety scenarios. It receives distress signals via webhook, enriches the data with a live Google Maps link and timestamp, generates a clear AI-formatted alert message, instantly notifies a Telegram group, and logs the incident in Google Sheets for tracking and audit.

โš™๏ธ Step-by-Step Flow

1) Emergency Webhook (Trigger)

2) Receives a POST request containing: - Name - Phone number - Latitude & Longitude - Acts as the entry point for emergency alerts.

3) Generate Maps Link (Function Node) - Converts latitude & longitude into a Google Maps URL - Ensures responders can access live location instantly

4) Create Emergency Message (Function Node) - Adds timestamp (IST) - Structures raw alert data - Prepares base emergency message context

5) AI Agent (OpenAI GPT-4o-mini) - Formats the alert into a clean, urgent, human-readable message - Ensures clarity, visibility, and consistency - Adds emojis and structured layout for quick comprehension

6) Telegram Group Alert (Telegram Node) - Sends real-time emergency notification to a predefined group - Ensures immediate visibility for responders