We have introduced a new version of the Command Alert API. There is now an “API generator” utility that can export the Alert in a format that can be tested and imported into an Emergency Management Provider.
Select Alert
Build the Alert
Select the Device Group
(optional) Select the Alert sound - select duration option; if custom duration is selected, enter the number of seconds the audio file should play
Select the Alert Image
Select API Generator to export a .JSON file. Save the file to your computer
Open Postman
Select Import Project, locate the .JSON file on your computer, and select Open.
After importing, we recommend renaming the Collection according to the Device Group and Alert. For example, “RedOakEL_Hold”
Navigate the Alert within Postman to test as needed. Each POST will have the following elements
URL - this URL calls to the Command server to activate the Alert.
Headers - These provide unique keys to keep this action secure from malicious users
Body - This is pulled from Command and is the main content of the Alert.
Test the Alert from within Postman (as needed)
Within Postman, select Send Alert With Device Groups and select the “Send” button to open the alert. !!!Caution!!! This sends the alert to a defined group of panels.
Within Postman, select Cancel Alert to Groups and select the “Send” button to close the alert. !!!Caution!!! This cancels the alert to a defined group of panels.
Copy and paste each element from Postman into your Emergency Alert Provider web console.
If it becomes necessary to disable the API, please take the following steps
Hover over the drop arrow next to API generator and select the Generate records button.
Select “Disable API” to disable all previously generated API scripts