Subscribe to multiple webhook events with single endpoint

Need to route multiple webhook events to one endpoint. Current setup has separate endpoints per event type which is unmaintainable.

Looking at the dashboard I can only add one event per webhook subscription. Is there a way to subscribe to multiple events (work_order.created, work_order.status_changed, invoice.paid) with a single URL?

Payload structure below if relevant:

{
  "event": "work_order.created",
  "data": { ... }
}

Prefer not to manage 15 separate endpoints.

Parents Reply Children
No Data