HTTP - Webhook (Callback)
About
A Webhook is a script that makes an HTTP callback when a specific action occurs (a event-notification).
Webhooks push information to endpoint when an action occurs via an request. For instance:
- a POST request, with a JSON body
- or a get request with a query string