Global Rail / Console docs
Integrations

Webhooks

Receive Console events at your own HTTPS endpoints.

Configure

Under Settings → Webhooks, add an HTTPS URL and the events you want. The Console signs every delivery with an HMAC-SHA256 header.

POST /your/endpoint
X-Console-Event: finding.opened
X-Console-Signature: sha256=...
{
  "id": "f_01H...",
  "asset_id": "a_01H...",
  "severity": 8.2,
  "state": "open"
}