Webhooks let PracBill call a URL you host when something happens in your department, so your systems can react without polling the API. For developers integrating provisioning, CRM or accounting systems.
A webhook is an outbound HTTP POST from PracBill to an endpoint you register, carrying a JSON payload describing the event.
The list of events, the payload format and where to register a webhook URL in the portal are still to be documented. Until then, contact PracBill support for the current event list.
Related: API overview, Getting started with the API.