Notifications Overview
Notifications allow you to receive alerts when important events occur in your projects.
How Notifications Work
- You subscribe to specific events in your project
- When those events occur, the system sends notifications via your configured connectors
- 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
- An event occurs in the system (e.g., an upload status changes)
- The system checks if any notification subscriptions match this event
- For each matching subscription, the system sends a notification via the configured connector
- 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