Administrative Webhooks
Configure secure Discord-compatible auditing for Sonoran Station Displays administrative actions.
Setup
Config.AdminWebhook = {
enabled = true,
url = "https://discord.com/api/webhooks/WEBHOOK_ID/WEBHOOK_TOKEN",
username = "Sonoran CAD Displays",
includeIdentifiers = true
}What is logged
DISPLAY_CREATED
DISPLAY_UPDATED
DISPLAY_MOVED
SERVICE_FILTER_CHANGED
DISPLAY_PAGES_UPDATED
BODYCAM_PAGE_CONFIG_CHANGED
DISPLAY_PAGE_FORCED
DISPLAY_DELETED
DISPLAY_FORCE_REFRESHED
FULL_DISPLAY_RESYNC
ADMIN_DIAGNOSTIC_RUN
ADMIN_WEBHOOK_TESTEDIdentity, privacy, and audit IDs
Test the webhook
Delivery behavior
Protect the credential
Troubleshooting
Webhook messages are not arriving
Webhook returns 401, 403, or 404
Webhook returns 429
Actions work but webhook logging fails
Duplicate webhook messages
No identifiers appear
Webhook test option is unavailable
Last updated
Was this helpful?