Method for applications to provide real-time information to other applications via HTTP callbacks. Like having automatic notifications sent when specific events happen.
Payment systems use webhooks to instantly notify e-commerce sites when transactions are completed.
A webhook is an HTTP callback pattern (not a single cloud service). All major clouds support building webhook receivers using API gateways, serverless functions, containers, and event services, but there is no one-to-one “Webhook” product name.