Deucalion Docs
Admin Reference
ReferenceAn information-oriented lookup resource. Use it to find specific values and definitions.
adminwebhooksevents

Webhooks Route Reference

Understand webhook endpoint management, delivery history, secrets, and the legacy redirect into Connected Systems.

Before you start

  • You need outbound event delivery into another system.

Expected outcome

You can manage webhook endpoints safely and understand where the real working desk now lives.

What this route is for

Webhooks is the legacy standalone entrypoint for outbound event delivery, endpoint management, shared-secret rotation, and delivery troubleshooting.

Visibility and route behavior

ItemDetails
Route idwebhooks
Current behaviourRedirects into #/connected-systems?section=webhooks.
VisibilityCustomer-facing when connected-system access is enabled.
Direct inboundOlder shell links, bookmarks, search results, and Connected Systems context.

Main regions, dialogs, and controls

SurfaceWhat it does
Endpoint tableConfigured webhook endpoints and event subscriptions.
Create dialogNew endpoint with URL, event selection, headers, and active state.
Detail dialogEdit endpoint detail, inspect history, send tests, or regenerate secret.
Secret modalShows the shared secret after create or regenerate.
Delivery historyDelivery status, response code, retries, and retry actions.

Key actions

  • Create a new webhook.
  • Choose subscribed events.
  • Set custom headers JSON.
  • Enable or disable the endpoint.
  • Send a test delivery.
  • Regenerate the secret.
  • Retry failed deliveries.
  • Delete the endpoint.

Filters and URL state

ParamWhat it controls
webhookIdOpen detail context
createOpens create mode
  • Like API Keys, the working desk now sits inside Connected Systems, so the main route state is the destination section plus the active endpoint id.

Outputs and side effects

  • Creates or updates live outbound endpoints.
  • Sends test deliveries and retry attempts.
  • Secret rotation changes what downstream consumers must validate.
  • Legacy #/webhooks bookmarks or shell entrypoints.
  • Connected Systems webhooks tab.
  • Redirect to #/connected-systems?section=webhooks

Indirect handoffs

  • Webhook reliability affects how quickly external systems learn about changes in inspections, defects, quotes, or work orders.
  • Event and header configuration here must match the consumer’s expectations or deliveries will continue to fail.

Troubleshooting

SymptomWhat to check
Test delivery fails immediatelyRe-check endpoint URL, custom headers, and the consumer’s secret validation.
The standalone route jumps into another pageThat is expected because webhook management now lives inside Connected Systems.
Retried deliveries keep failingReview the recorded status code and any recent secret regeneration or header changes.

On this page