# Email Notifications

Email notifications are one of the quickest and easiest ways to get started with outbound notifications for Cisco Identity Intelligence.

## Setup

Setting up an email notification target requires the full administrator role.&#x20;

1. From the Integrations page, click Add Integration.

2. Select Add Email Target

3. Enter a target display name and description, if desired<br>

   <figure><img src="/files/TaX6i5NwD597zYjGxHaf" alt="" width="563"><figcaption></figcaption></figure>

4. Choose the desired notification types to send to the notification target. A notification target can be used for one or multiple purposes. There are 3 options available:&#x20;

* Check Failures - Notification Target will be used to alert on check failures where the target is configured via the[ Check Settings ](/understanding-check-failures/customizing-checks.md#notification-settings)
* Data Collection - Notification Target will be used to alert when errors are encountered when collecting data from the integrations or when an on-demand collection is finished (via "Collect Now" button for an integration)&#x20;
* Communication - Notification Target will be used as the "Reply-To" header value to the address in the configured notification target instead of a generic no-reply Identity Intelligence email address. Learn more in the [Mailgun](/integrations/mailgun-integration.md) or [SendGrid](/integrations/sendgrid-integration.md) documentation&#x20;

5. Enter the email address or distribution list, and any additional copy-to addresses. Use a comma-separated list to support multiple addresses

* **Select Checks Manually**: Check the box next to everything to check for. Use the search field to search for checks by name.\
  \
  When you're finished, click **Add Checks** and select the check box next to each check to add.
* **Select Checks by Category**: Check the box next to every Severity (or click **All** to select all severities), then check the box next to every **Topic** (or click **All** to select all topics).\
  \
  Example:

<figure><img src="/files/5fBKjt8U31TWy5zlrxOv" alt=""><figcaption></figcaption></figure>

5. Select **Save**
6. To test the new target from the Integrations page, select the 3-dot menu for it on the right and select **Test Connectivity**<br>

   <figure><img src="/files/KacdzW3pUKDQv3QM4yrN" alt=""><figcaption></figcaption></figure>

## Add the Email Target to One or More Checks

1. With the new email notification target in place, navigate to the Checks page.
2. Select the **Add +** button in the column and select one or more Checks where you would like email notifications for new failing users.  You can also test the functionality from this point <br>

   <figure><img src="/files/zI843dVTCJTfcRrj252w" alt=""><figcaption></figcaption></figure>

## Notification Format and Frequency

Email notifications differ slightly from chat app notifications like [Slack](/integrations/slack-notification-integration.md) and [Microsoft Teams Notification](/integrations/microsoft-teams-notification-integration.md) in the following way:

1. By default, **one** email is sent per check per day, with a summary report of up to 20 users. &#x20;
2. If more than 20 new users failed that particular check in a 24 hr period, then use the "See Report" link at the bottom of the email to view the list of users in the Identity Intelligence dashboard


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.oort.io/integrations/email-notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
