# Email Report

You can set additional email addresses that will be used to deliver scheduled [PDF reports](https://docs.wallarm.com/user-guides/search-and-filters/custom-report.md) and instant notifications. Sending messages to your primary email is configured by default.

Scheduled PDF reports can be sent on a daily, weekly, or monthly basis. PDF reports include detailed information about vulnerabilities, attacks, and incidents detected in your system over the selected period. Notifications include brief details of triggered events.

## Setting up integration

1. Open the **Integrations** section.
1. Click the **Email report** block or click the **Add integration** button and choose **Email report**. 
1. Enter an integration name.
1. Enter email addresses using a comma as a separator.
1. Choose the frequency of sending security reports. If the frequency is not chosen, then reports will not be sent.
1. Choose event types to trigger notifications.

    ![Email report integration](https://docs.wallarm.com/images/user-guides/settings/integrations/add-email-report-integration.png)

    Details on available events:

    * System related:
        * [User](https://docs.wallarm.com/user-guides/settings/users.md) changes (newly created, deleted, role change)
        * [Integration](https://docs.wallarm.com/user-guides/settings/integrations/integrations-intro.md) changes (disabled, deleted)
        * [Application](https://docs.wallarm.com/user-guides/settings/applications.md) changes (newly created, deleted, name change)
        * Errors during regular update of specifications used for [rogue API detection](https://docs.wallarm.com/api-discovery/rogue-api.md) or [API specification enforcement](https://docs.wallarm.com/api-specification-enforcement/setup.md#step-1-upload-specification)
    * [Security issue](https://docs.wallarm.com/user-guides/vulnerabilities.md) notifications:
        * Daily critical security issues (new only) found by [all methods](https://docs.wallarm.com/about-wallarm/detecting-vulnerabilities.md#detection-methods)
        * Daily security issues (new only) found by [all methods](https://docs.wallarm.com/about-wallarm/detecting-vulnerabilities.md#detection-methods)
        * Weekly [AASM](https://docs.wallarm.com/api-attack-surface/overview.md) statistics including security issues [found for the discovered hosts](https://docs.wallarm.com/api-attack-surface/security-issues.md) (available with API Attack Surface [subscription plan](https://docs.wallarm.com/about-wallarm/subscription-plans.md#api-attack-surface) only)
    * [API Discovery](https://docs.wallarm.com/api-discovery/overview.md) notifications:
        * Daily endpoint changes
        * Hourly endpoint changes
    !!! info "Notifications that cannot be disabled"
        Wallarm will also send to your user email some notifications that cannot be disabled:

        * [Subscription](https://docs.wallarm.com/about-wallarm/subscription-plans.md) notifications
        * [API token expiration](https://docs.wallarm.com/user-guides/settings/api-tokens.md#token-expiration) notifications
        * [Hit sampling](https://docs.wallarm.com/user-guides/events/grouping-sampling.md#sampling-of-hits) notifications

1. Click **Test integration** to check configuration correctness, availability of the target system, and the notification format.

    This will send the test notifications with the prefix `[Test message]`:

    ![Test email message](https://docs.wallarm.com/images/user-guides/settings/integrations/test-email-scope-changed.png)

1. Click **Add integration**.

## Setting up additional alerts

* Number of [attacks](https://docs.wallarm.com/glossary-en.md#attack), [hits](https://docs.wallarm.com/glossary-en.md#hit) or incidents per time interval (day, hour, etc.) exceeds the set number
* [Changes in API](https://docs.wallarm.com/api-discovery/track-changes.md) took place
* New user was added to the company account

## Disabling and deleting an integration

You can delete or temporarily disable the integration. While deleting stops sending notifications and completely deletes all configuration, disabling just stops sending notifications which you can at any moment re-enable with the same settings.

If for the integration the **System related** events are selected to trigger notifications, Wallarm will notify about both of these actions.
## System unavailability and incorrect integration parameters

Notifications to the system are sent via requests. If the system is unavailable or integration parameters are configured incorrectly, the error code is returned in the response to the request.

If the system responds to Wallarm request with any code other than `2xx`, Wallarm resends the request with the interval until the `2xx` code is received:

* The first cycle intervals: 1, 3, 5, 10, 10 seconds
* The second cycle intervals: 0, 1, 3, 5, 30 seconds
* The third cycle intervals:  1, 1, 3, 5, 10, 30 minutes

If the percentage of unsuccessful requests reaches 60% in 12 hours, the integration is automatically disabled. If you receive system notifications, you will get a message about automatically disabled integration.

