Webhooks
it’s an HTTP POST that is triggered when an event occurs.
the server updates a provisioned resource, and this then automatically sent to the client as an update. The server pushes this data. Thereby, the client becomes not a requester, but a passive receiver.
Links
Last updated