# Alerts and Notifications Notifications make the RI Platform much more useful for data scientists. Below, you may learn the different kinds of supported notifications and how you can easily set them up. ## Types of Notifications All the following types of notifications are configured at the Project level. You can opt into any subset. ### Job Action Notifications * Triggered during key status changes in the life cycle of a testing job, such as completion or failure. * Useful for long-running jobs with large datasets / complex models. ### Daily Digest Notifications * Include a summary of all Stress Test runs for the day. * Will NOT be sent if there are no Stress Tests for the day. * Sent out every day at 8am in the timezone configured by the default workspace (initialized to UTC). ## Configuring Notifications ### How to Configure Email Notifications * Email notifications depend on the RIME instance having a properly [configured SMTP server](../../../for_admins/smtp-configuration.md). * Email addresses can be added by clicking on the alerts icon for a particular project in the web app or calling a method in the SDK. ```python project = rime_client.get_project("", "Monitoring") ``` * Currently, Gmail and Outlook are the only officially supported email clients. * Email notifications are supported for Enterprise customers and Cloud Trial customers. * Enterprise customers will need to configure SMTP with their own server. SMTP settings live under workspace settings. * Cloud Trial customers will receive emails from “dev@robustintelligence.com”. Add this email address to your safe senders list to prevent it from going to spam. * Emails can be removed from a project in the web app or the SDK. ```python project = rime_client.get_project("") ``` ### How to Configure Webhooks * Arbitrary webhook URLs may be added by clicking the alerts icon for a particular project on the web app or by calling a method in the SDK. ```python project = rime_client.get_project("