Skip to main content

Notifications Overview

Notifications allow you to receive alerts when important events occur in your projects.

How Notifications Work

  1. You subscribe to specific events in your project
  2. When those events occur, the system sends notifications via your configured connectors
  3. Your systems can then take appropriate actions based on these notifications

Use Cases

  • Get notified when uploads require review
  • Receive alerts when uploads are fully processed
  • Trigger downstream processes when data is ready
  • Monitor system activity and status

Notification Flow

  1. An event occurs in the system (e.g., an upload status changes)
  2. The system checks if any notification subscriptions match this event
  3. For each matching subscription, the system sends a notification via the configured connector
  4. The receiving system processes the notification

Best Practices

  • Only subscribe to events that are relevant to your workflow
  • Choose appropriate connectors based on your requirements
  • Implement proper error handling in your receiving systems
  • Test your notification setup thoroughly

Next: Setting Up Notifications →