Skip to main content

sna-call911

This integration allows a citizen to easily create a 911 call with their current location attached.

Available Commands

CommandDescription
/sn-call911Creates a 911 call with location attached, add a description too.

Installation

  1. Download the latest release from the releases tab. Make sure to only download the .zip files
  2. Create a [sna] folder to orginize all your SnailyCAD integrations.
  3. Extract the .zip file into the [sna] folder.
  4. Add the following to your server.cfg file:
ensure sna-call911

Configuration

To configure this integration, simply add the following to your server.cfg file:

tip

If you already did this for a different SnailyCAD integration, you don't have to do it again.

warning

The following lines must be added to your server.cfg file before all SnailyCAD integrations.

setr snailycad_url "http://api.example.com/v1"
setr snailycad_use_postal "true"
set snailycad_api_key "XXXXXX"
SettingDescriptionRequired?
snailycad_urlThe URL to your SnailyCAD API. (Example: https://cad-api.mycommunity.com/v1)Yes
snailycad_api_keyThe API key to your SnailyCAD API.Yes
snailycad_use_postalWhether or not to use the postal code when creating calls (Tow, Taxi, 911)No

Was this page helpful?