Skip to main content

Setting Up Notifications

Learn how to configure notifications for your project.

Creating a Notification Subscription

To set up notifications:

  1. Navigate to your project settings
  2. Select the "Notifications" tab
  3. Click Add Channel
  4. Provide a name for the channel
  5. Choose a connector from the dropdown and click Create channel
  6. Configure any connector-specific settings
  7. 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:

  1. Create a test upload
  2. Trigger the event you've subscribed to
  3. Verify that the notification is received by your system
  4. 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

Next: Notification Events →