π How This System Works
Your SOS setup has two layers:
1. Your phoneβs built-in emergency system (PRIMARY SAFETY)
2. Discord community alert system (SECONDARY BACKUP)
The phone system ALWAYS comes first. Discord is a community response layer only.
π± STEP 1 β Set Up Native Emergency Contacts (CRITICAL)
This ensures your phone contacts are notified automatically in an emergency.
iPhone Setup
- Open Health app
- Tap your profile (top right)
- Select Medical ID
- Tap Edit
- Add:
- Emergency contacts (family / friends)
- Medical conditions (if any)
- Enable Show When Locked
Android Setup
- Go to Settings
- Tap Safety & Emergency
- Select Emergency Contacts
- Add trusted contacts
- Enable emergency sharing features if available
βοΈ STEP 2 β Enable Phone Emergency Features
iPhone
- Enable Emergency SOS
- Enable Crash Detection (if available)
Android
- Enable Emergency SOS
- Enable Car Crash Detection (if supported)
π STEP 3 β Discord SOS Alert Setup (Community Layer)
This step sends a notification to The Biker Collective Discord SOS channel.
Important: This does NOT replace your phone emergency system.
π‘ Discord Webhook Flow
π± Phone Trigger β βοΈ Automation App β π Discord Webhook β π¬ SOS Channel
π± iPhone Setup (Apple Shortcuts)
- Open Shortcuts app
- Go to Automation
- Create Personal Automation
- Choose trigger (recommended: Back Tap)
- Add Action β Get Contents of URL
- Set Method: POST
- Add your Discord Webhook URL
- Set Body to JSON and paste:
{
"content": "π¨ SOS ALERT",
"embeds": [{
"title": "Rider Emergency Alert",
"description": "MY PHONE SENSES I'VE BEEN IN AN ACCIDENT",
"fields": [
{ "name": "Name", "value": "Your Name" },
{ "name": "Location", "value": "Google Maps Link" }
]
}]
}
- Disable βAsk Before Runningβ
π€ Android Setup (MacroDroid)
- Install MacroDroid
- Create new Macro
- Set trigger (Shake or Power button)
- Add Action β HTTP Request
- Method: POST
- Add Discord Webhook URL
- Paste same JSON payload
π§ͺ Testing
Always test both:
- Phone emergency contacts
- Discord webhook alert
β οΈ Final Safety Notice
- This is a community support tool only
- Always contact emergency services first (999 UAE)
- Do not rely solely on Discord alerts