Technology
Webhook
An automated HTTP callback that sends real-time data from one system to another when an event occurs. Unlike APIs (pull), webhooks push data instantly. Examples: Stripe sends a webhook when a payment succeeds; Shopify notifies your warehouse system when an order is placed.