Skip to main content

What triggers alerts

ORCA automatically generates alerts when it detects changes in your data quality. Alerts are created after each analysis job completes by comparing results against previous runs of the same file.

Severity levels

Critical alerts automatically trigger email notifications to users who have opted in via their alert preferences.

Viewing alerts

From the UI

Navigate to Alerts in the sidebar. Alerts are displayed newest first with filters for severity, type, and acknowledgment status. The navigation badge shows the count of unacknowledged alerts.

From the API

Response:

Acknowledging alerts

Acknowledging an alert marks it as reviewed. This is audit-logged with the user who acknowledged it and the timestamp.

Webhook integration

ORCA can deliver alerts to Slack and Microsoft Teams via webhooks. When an alert is created, it is automatically forwarded to all configured webhooks for your organisation. Configure webhooks from Settings > Webhooks or via the API:
Webhook payloads include the alert type, severity, title, message, and metadata.

Weekly digest emails

ORCA sends a weekly digest email summarising your organisation’s data quality trends:
  • Overall quality score changes
  • AI readiness score movements and grade changes
  • Number of new alerts and unresolved issues
  • Top recommendations for improvement
Digest emails are sent to all organisation members. Individual users can manage their email preferences from Settings > Notifications.

Push notifications (mobile)

The ORCA mobile app supports push notifications for critical alerts. When a critical alert is created, users with push notifications enabled receive an immediate notification on their device. To enable push notifications:
  1. Open the ORCA mobile app.
  2. Go to Settings > Notifications.
  3. Toggle on push notifications and allow the system permission.
Push tokens are registered via expo-notifications and stored securely on the server.

API reference