Creating webhooks for the Asta Vision API

You use the Webhooks page to create and manage webhooks, for use with the Asta Vision API.

To access the Webhooks page from the Asta Vision Home page, click Admin then click Webhooks.

A webhook is an HTTP callback that allows an API to automatically send event data to another application when something happens, rather than requiring that application to repeatedly ask for updates. You can use webhooks in conjunction with the Asta Vision API to inform other systems when the following types of event occur in Asta Vision:

  • Project Created - a new project is created in Asta Vision.
  • Project Deleted - a project is deleted permanently within Asta Vision.
  • Programme Checked In - a programme is checked in (including the upload of a programme via the Asta Vision API).
  • Workflow Action - a specific workflow action is executed, for example a new baseline of a programme is created, or the status of a project is changed to a specific value.
  • Programme BI Generated - your Business Intelligence database is updated.
  • Advanced BI Generated - your advanced Business Intelligence database is updated.

Related Topics:

Introduction to the Asta Vision API

Understanding API terminology

Using the API Portal to learn about and construct HTTP requests

Operations available in the Asta Vision API