This event is fired when a unit group's name is modified.
Last updated 1 month ago
Was this helpful?
This push event requires the plus version of Sonoran CAD or higher. For more information, see our page.
{ "key": "YOUR_API_KEY", // Authenticate legitimate event traffic "type": "EVENT_UNIT_GROUP_CHANGE_NAME", "data": { "identIds": [1, 2, 3], // Unit Identifier IDs "oldName": "Some Old Group", "newName": "My New Group Name" } }