Webhooks
Introduction
Webhooks are "user-defined HTTP callbacks". They are usually triggered by some event, such as pushing code to a repository or a comment being posted to a blog. When that event occurs, the source site makes an HTTP request to the URL configured for the webhook — Wikipedia
Basics
The DAS webhook API sends JSON-formatted data via HTTP POST
requests to a customer-defined HTTPS endpoint in response
to various events.
note
Currently supported events include manual triggers, and system data updates. Additional events will be added over time.
See Seqence Diagram for a more detailed flow.