> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integratore-it/notifiche/creare-notifica-passo-dopo-passo.md).

# Creare notifica - Passo dopo passo

1. **Tipo:**
   * Innanzitutto, scelga il tipo di notifica che desidera selezionando una delle tre categorie principali (**Tre pulsanti disponibili** -> Email / Notifica Push o Messaggio di log).
2. **Nome:**
   * Assegni un nome univoco alla notifica. Questo nome verrà mostrato nella panoramica e dovrebbe descrivere lo scopo della notifica.
3. **A:**
   * Inserisca l'indirizzo email del destinatario. Per le notifiche push, potresti inserire qui un ID dispositivo o un altro identificatore.
4. **Oggetto:**
   * Questo è l'oggetto dell'email o del messaggio. Dovrebbe essere breve e chiaro per informare il destinatario sul contenuto.
5. **Messaggio:**
   * Qui scrivi il contenuto effettivo del messaggio. Questo testo può includere informazioni più dettagliate o istruzioni.
6. **Allegato:**

   * Può facoltativamente allegare file all'email che il destinatario riceverà insieme al messaggio. Potrebbe essere, ad esempio, un file di log.
   * **Attivo:** Spuntando questa casella, si assicura che il messaggio verrà utilizzato immediatamente dopo il salvataggio. Se deseleziona questa opzione, il messaggio verrà salvato ma non inviato attivamente.

   <figure><img src="/files/JVR7ZeeTE3yEjOaqYV6N" alt="" width="539"><figcaption></figcaption></figure>


---

# 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://documentation.nomos-system.com/nomos-system/integratore-it/notifiche/creare-notifica-passo-dopo-passo.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.
