> For the complete documentation index, see [llms.txt](https://sdn.docs.3q.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdn.docs.3q.video/interface/module/benachrichtigungen.md).

# Benachrichtigungen

Mit diesem Modul erstellen Sie automatische Benachrichtigungen (Notifications) für Mitarbeiter zu Ereignissen im Projekt. Die Benachrichtigung kann per SMS, E-Mail oder Watchfolder erfolgen. Die Versendung der Benachrichtigungen wird protokolliert.

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

#### Zu folgenden Ereignisse lassen sich Benachrichtigungen anlegen:

* in OnDemand-Projekten:
  * Neue Datei vorhanden
  * Neue Datei in der Pipeline
  * Metadaten (einer Datei) geändert
* in Livestream-Projekten:
  * Störung des Signals

#### Die grundlegenden Einrichtungsschritte für Benachrichtigungen sind:

1. Modul in der Modulverwaltung hinzufügen
2. Benachrichtigung anlegen

## Übersicht <a href="#page_benachrichtigung_anlegen" id="page_benachrichtigung_anlegen"></a>

Öffnen Sie im **Hauptmenü** den Menüpunkt **Module**. Klicken Sie im Drop down-Menü auf **Benachrichtigungen***.*

Die Übersicht zeigt die angelegten Benachrichtigungen mit den Informationen

* **Empfänger**      - Name des Empfängers
* **Ereignis**           - zu welchem Ereignis
* **Projekt**             - in welchem Projekt
* [**Versendet als**  - Versendetyp](#user-content-fn-1)[^1]

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

### **Funktionen in der Übersicht**:

* Benachrichtigung anlegen - Button "*+ Neue Benachrichtigung anlegen*"
* Über das **Icon-Menü**:
  * bearbeiten                                  - *Stift*
  * löschen                                                **-** *Mülleimer*
  * [das Ereignisprotokoll aufrufen  **-** *gegenläufige Uhr*](#user-content-fn-1)[^1]

Das **Ereignisprotokoll** zeigt mit Datum, Uhrzeit und Kurzbeschreibung alle erfolgten Benachrichtigungen.

<figure><img src="/files/6c4P7mBbdgF5qy7m1hai" alt=""><figcaption></figcaption></figure>

## Benachrichtigung anlegen/bearbeiten

Gehen Sie auf **+Neue Benachrichtigung anlegen** oder zum Bearbeiten auf das **Stift-Icon**.

Die Eingabeformulare unterscheiden sich nur durch den Titel "*+ Neue Benachrichtigung anlegen"* bzw. "*Benachrichtigung bearbeiten"*.

<figure><img src="/files/350coTPDQrNKf0RIcM7x" alt=""><figcaption></figcaption></figure>

#### Im Formular hinterlegen oder ändern Sie&#x20;

1. den Namen des Empfängers und wählen:
2. das Projekt,
3. das Ereignis, zu dem die Benachrichtigung versendet werden soll,
4. wie die Nachricht versendet werden soll.

Zum Abschluss aktivieren Sie die Benachrichtigung mit **Speichern**.

[^1]: Besser als Tabelle formatieren


---

# 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://sdn.docs.3q.video/interface/module/benachrichtigungen.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.
