Tone Played
This push event is sent when a tone is played in the CAD.
EVENT_TONE
{
"key": "YOUR_API_KEY", // Authenticate legitimate event traffic
"type": "EVENT_TONE",
"data": {
"url": "https://s3.sonoransoftware.com/someTone.mp3",
"playTonesTo": [
{
"type": 1, // Dispatch Call
"value": 123, // Dispatch Call ID
"label": "Dispatch Call 123"
},
{
"type": 3, // Department
"value": "Prescott PD",
"label": "Prescott PD"
},
]
}
}playTonesTo Object
type Enum
Enum (Integer)
Description
value Property
Last updated
Was this helpful?

