> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/oe/troubleshooting/faq/receiving-alerts.md).

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