Receive a comment update
GovWorx sends this delivery after an authorized internal caller submits narrative information. The CAD records the text without changing a structured incident field. A retry uses the same delivery ID.
Authorizations
Static bearer credential supplied by the CAD endpoint owner during
onboarding. It is required only when the provisioned connector security
profile includes WebhookBearer.
HMAC-SHA-256 signature formatted as v1=<lowercase-hex-digest>. The
digest is computed with the UTF-8 bytes of the registered shared secret
over these exact bytes, without whitespace normalization or JSON
reserialization:
<X-GWX-Timestamp>.<X-GWX-Delivery-Id>.<raw-request-body>
Recipients must compare digests in constant time and require the
timestamp to be within 300 seconds of their current time before applying
the selected reliability profile. durable_idempotent recipients also
enforce the expiration conveyed by their connector profile and durably
serialize the business action by delivery ID. bounded_deduplication
recipients apply the retention bound declared by their connector profile.
A repeated ID with a different body is rejected whenever the selected
profile supports deduplication.
Headers
Identifier for one logical delivery to one recipient. Durable retry is planned. The selected connector reliability profile determines whether this value is durably stored, retained in a bounded cache, or unavailable for safe deduplication. Every permitted retry uses this same value and exact raw request body with a fresh timestamp and signature.
Must match the eventType value in the request body.
incident.call_type.recommended, incident.comment.added, incident.dispatch.recommended, incident.interaction.completed catchup identifies a update produced before the CAD interaction was
linked. live identifies a update produced during normal live flow.
catchup, live Unix time in whole seconds when this delivery attempt was signed. It is required by the baseline replay-protected HMAC profile. Each retry receives a fresh timestamp and signature. Compatibility profiles may override this requirement when the vendor cannot support it.
Body
- Option 1
- Option 2
Identifier of the vendor-neutral business event.
"incident.comment.added"Must match X-GWX-Delivery-Id.
Required before a CAD incident identifier is available.
1 - 100Time the update was produced.
CAD-assigned target identifier when known.
1 - 200
