Skip to main content
POST
/
webhookhandler
/
cad
CAD Integration Events
curl --request POST \
  --url https://realtime.govworx.net/webhookhandler/cad \
  --header 'Content-Type: application/json' \
  --data '
{
  "callId": "<string>",
  "incidentId": "<string>",
  "note": {
    "type": "CALL_COMPLETED",
    "note": "<string>",
    "critical": true,
    "createdAt": "<string>"
  }
}
'

Body

application/json

Payload sent when an incident note is created.

callId
string

Unique Assist Call ID.

incidentId
string

Unique CAD Incident ID.

note
object

Note that was generated by the system during an active Call.

Response

Indicates the callback was recieved successfully