SOS Setup Instructions

Step 3 of 3 β€” Complete Safety Setup

πŸ”— 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

  1. Open Health app
  2. Tap your profile (top right)
  3. Select Medical ID
  4. Tap Edit
  5. Add:
    • Emergency contacts (family / friends)
    • Medical conditions (if any)
  6. Enable Show When Locked

Android Setup

  1. Go to Settings
  2. Tap Safety & Emergency
  3. Select Emergency Contacts
  4. Add trusted contacts
  5. Enable emergency sharing features if available

βš™οΈ STEP 2 β€” Enable Phone Emergency Features

iPhone

Android

πŸ”— 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)

  1. Open Shortcuts app
  2. Go to Automation
  3. Create Personal Automation
  4. Choose trigger (recommended: Back Tap)
  5. Add Action β†’ Get Contents of URL
  6. Set Method: POST
  7. Add your Discord Webhook URL
  8. Set Body to JSON and paste:
  9. {
      "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" }
        ]
      }]
    }
          
  10. Disable β€œAsk Before Running”

πŸ€– Android Setup (MacroDroid)

  1. Install MacroDroid
  2. Create new Macro
  3. Set trigger (Shake or Power button)
  4. Add Action β†’ HTTP Request
  5. Method: POST
  6. Add Discord Webhook URL
  7. Paste same JSON payload

πŸ§ͺ Testing

Always test both:

⚠️ Final Safety Notice