What are webhook notifications?

The notifications system provides a way for applications to be notified of specific events. A webhook notification is a callback, an HTTP request that occurs when an action is triggered. It avoids the need to frequently poll the API.