# Receiving Alerts for Scenario Errors

You can configure your Make organization to receive different kinds of notifications related to your scenarios: warnings, errors or deactivations. You can either receive the notifications by email or check them inside the Make application under [Notifications](https://emporix.integromat.celonis.com/notifications).

## Email notification options

To set up your Make email preferences:

1. Log in to your organization in Make.
2. Go to **My Team** -> **Team** -> **Notification Options**.
3. Choose the notification that you want to receive by email.

<figure><img src="/files/0SeUqQvPgvAXXTT5UFnS" alt=""><figcaption></figcaption></figure>

## Why do I receive emails about failed processes but not about incomplete ones?

There's no distinction between a failed process and incomplete process when it comes to notifications sent from Make. This is because an incomplete process run is a failed process scenario with errors or warnings. What is different between the two is that a scenario is not shut down immediately. The state is saved when the process fails.

We recommend to enable all the notifications in Make, to be sure not to miss any issues.

{% hint style="info" %}
To learn more about notification settings in Make, see Make's [managing email preferences](https://www.make.com/en/help/general/manage-email-preferences#organizations-1774021) documentation.
{% endhint %}

If everything is correct but you still don't receive the emails, check your spam folder or contact your administrator to check if the messages are not blocked on your side.

{% hint style="warning" %}
Currently, OE itself does not send any error notifications. However, you can check the [Value Streams Debugger](/oe/troubleshooting/value-streams-debugger.md) for existing issues.
{% endhint %}


---

# 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://developer.emporix.io/oe/troubleshooting/faq/receiving-alerts.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.
