> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-saas/configure-cortex-xsoar/integrations/add-an-integration-instance/receive-notifications-on-an-incident-fetch-error.md).

# Receive notifications on an incident fetch error

The administrator and Cortex XSOAR users on the recipient’s list receive a notification when an integration experiences an incident fetch error. Administrators with multiple instances of mail senders can choose to receive one email notification instead of multiple email notifications. Cortex XSOAR users can select their notification method, such as email, from their user preferences.

{% hint style="info" %}
The connectivity behavior that exists between third-party applications may trigger a fetch failure, which will send a notification to an administrator and users. The notification may no longer be relevant because the fetch might operate correctly just after the notification was sent.
{% endhint %}

1. In the integration instance, select the **Fetch Incidents** checkbox.
2. Select Settings & Info → Settings → System → Server Settings → **Add Server Configuration**.
3. Add the following keys and values:

   | Key                                   | Value                                                                                                |
   | ------------------------------------- | ---------------------------------------------------------------------------------------------------- |
   | `module.health.notification.users`    | List of emails in CSV format, for example, **`user1@domain.com,user2@domain.com,user3@domain.com`**. |
   | `message.ignore.failedFetchIncidents` | `false`                                                                                              |
4. (Optional) Administrators who have multiple instances of a mail sender configured that want to receive only one email notification should select the **Do not use by default** option in the integration instances that should not be used to send emails.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-saas/configure-cortex-xsoar/integrations/add-an-integration-instance/receive-notifications-on-an-incident-fetch-error.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
