Interfaces and protocols
Webhook
Definition
A webhook reverses the direction: instead of polling regularly, the sending system reports a change immediately via an HTTP call to a registered address. That saves requests and shortens reaction time, but it requires a reachable endpoint and protection against duplicate or forged calls.