Webhook
Automatic notification between systems on events.
A webhook is a mechanism where a system automatically sends an HTTP request to a URL when a specific event occurs. Instead of regularly asking for updates (polling), recipients are actively notified. Webhooks enable real-time integrations between systems.