Webhooks
Webhook is a way of getting a real-time notification whenever an event is triggered. Data associated with the triggered event is sent to a webhook URL. Additionally, other apps and services can utilize this data.
Webhooks are useful when you wish to receive notifications whenever a user performs a certain action in your storage library such as uploading a file, creating a folder, etc.
In this document, you'll learn more about webhooks, their configuration, and their usages: