Skip to main content

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

Workflow preview

Workflow preview
100%
Send women’s safety emergency alerts with GPT-4o-mini, Telegram and Google Sheets preview
Open on n8n.io

1. Workflow Overview

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

Best for

  • Personal Productivity automation workflows
  • AI Chatbot automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.function, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.telegram, n8n-nodes-base.googlesheets

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahul Joshi.

Original n8n.io source

1.1 Workflow description

Title
Send women’s safety emergency alerts with GPT-4o-mini, Telegram and Google Sheets
Workflow name
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, 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.
  1. Generate Maps Link (Function Node)
  • Converts latitude & longitude into a Google Maps URL
  • Ensures responders can access live location instantly
  1. Create Emergency Message (Function Node)
  • Adds timestamp (IST)
  • Structures raw alert data
  • Prepares base emergency message context
  1. 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
  1. Telegram Group Alert (Telegram Node)
  • Sends real-time emergency notification to a predefined group
  • Ensures immediate visibility for responders
  1. Log to Google Sheets (Google Sheets Node)
  • Stores alert data for records
  • Fields logged: name, phone, maps link, message, timestamp
  • Creates audit trail for safety tracking

🧩 Prerequisites

• Telegram Bot credentials + chat ID • OpenAI API (GPT-4o-mini) • Google Sheets OAuth connection • Webhook endpoint exposed publicly

💡 Key Benefits

✔ Instant emergency alert delivery ✔ Live location sharing via Google Maps ✔ AI-enhanced message clarity (no ambiguity) ✔ Real-time group notification for faster response ✔ Persistent logging for audit and follow-up

👥 Perfect For

Women safety applications SOS mobile apps or panic button systems Security teams and emergency response workflows Community safety networks and alert systems

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note: Overview

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note: Webhook

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note: Data Prep

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note: AI Formatting

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note: Dispatch & Logging

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note: Security

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Receive Emergency Alert

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 1

Block 8 - Generate Maps Link

Type / Role
n8n-nodes-base.function - function
Config choices
Version 1

Block 9 - Build Timestamped Message

Type / Role
n8n-nodes-base.function - function
Config choices
Version 1

Block 10 - AI Agent: Format Emergency Alert

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3

Block 11 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.3

Block 12 - Send Alert to Telegram Group

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1

Block 13 - Log Incident to Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

3. Summary Table

Workflow Send women’s safety emergency alerts with GPT-4o-mini, Telegram and Google Sheets
Complexity intermediate
Nodes 13
Categories Personal Productivity, AI Chatbot
Author Rahul Joshi
Published 26 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14359/14359.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Send women’s safety emergency alerts with GPT-4o-mini, Telegram and Google Sheets do?

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

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, AI Chatbot use case.