What it is

A webhook is an event-driven push: a system calls your endpoint the moment something happens, rather than you asking repeatedly.

Why it matters

It enables real-time reactions to events like an ETA change, an alarm or a container milestone, without wasteful polling.

Where it fits

It is ideal for tracking events, alarms and status updates flowing between systems.