Technical definition
Webhook
An HTTP callback that sends an event to another system when something changes.
What It Means
A webhook lets one system notify another about an event without repeated polling. Reliable webhook consumers verify signatures, handle retries, and process duplicate deliveries idempotently.