Setting Up Notifications
Learn how to configure notifications for your project.
Creating a Notification Subscription
To set up notifications:
- Navigate to your project settings
- Select the "Notifications" tab
- Click
Add Channel - Provide a name for the channel
- Choose a connector from the dropdown and click
Create channel - Configure any connector-specific settings
- If needed, you can add a transformation function.
Selecting Events
You can subscribe to the following events:
- Upload In Review (
upload.in_review) - Triggered when an upload requires manual review - Upload Processed (
upload.processed) - Triggered when an upload is fully processed
Choosing a Connector
Select a connector from the dropdown menu. You can use any connector you've previously created:
- HTTP - Send notifications to a web service or API
- FTP - Send notifications as files to an FTP server
- Email - Send notifications via email
Important Notes for Email Connectors
If you're using an email connector:
- For uploads created via API, the "Reply to Sender" option will not work
- Either set up a connector with a forwarding email address or create a second subscription with an HTTP or FTP connector
Testing Your Subscription
After setting up a notification subscription:
- Create a test upload
- Trigger the event you've subscribed to
- Verify that the notification is received by your system
- Check the notification payload for the expected data
Managing Subscriptions
You can manage your notification subscriptions at any time:
- Edit - Modify the events or connector settings
- Disable - Temporarily stop notifications without deleting the subscription
- Delete - Permanently remove the subscription