About webhooks

Webhooks enable you to subscribe to events occurring in Orq.ai and automatically receive data delivered to your server whenever those events happen.

Unlike polling an API, where you intermittently check for new data, webhooks push the data to you in real-time as it occurs. You need to register your interest once by creating a webhook.

Webhooks are utilized in various scenarios, such as:

  • Automated data ingestion and processing: feeding real-time data from sources into Orq.
  • Automated workflow orchestration: triggering specific deployments based on events.
  • Logging: the ability to store the requests (input and output) back into your system.
  • Monitoring and alerting: set up webhooks to alert relevant stakeholders about changes in model performance.

Getting started

To get started, please refer to the following documentation: