Webhooks are automated requests that can transfer data between or modify/extend the behavior of apps and services. Those requests (also called web callbacks) have a specified URL and payload and are typically triggered by certain events. In Sitefinity, webhooks are configured to send data to a specified URL via a POST callback with JSON payload whenever an event is registered by the Sitefinity EventHub system.
Webhooks are a handy tool to trigger follow-up actions in external systems and applications that you want to sync or integrate with Sitefinity. Read more:
Sitefinity Webhooks >> Fast Forward