> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/it/web-interface/administration/user-and-security-management/notifications/subscribers.md).

# Iscritti

Deve esistere almeno un sottoscrittore per ricevere le notifiche relative alle attività di Devolutions Server. Per creare un nuovo ***Sottoscrittore***, clicchi sul pulsante ***Aggiungi***.

![](https://cdnweb.devolutions.net/docs/DVLS0009_2025_3.png)

Per i tipi di sottoscrittore ***Email***, compili le informazioni nei campi seguenti:

![](https://cdnweb.devolutions.net/docs/DVLS4178_2025_1.png)

Per i tipi di sottoscrittore ***Syslog***, compili invece queste informazioni:

![](https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp2122.png)

### Sottoscrittore

<table><thead><tr><th width="102">Opzione</th><th>Descrizione</th></tr></thead><tbody><tr><td><strong>Nome</strong></td><td>Nome visualizzato del sottoscrittore.</td></tr><tr><td><strong>Tipo</strong></td><td><ul><li><p><em><strong>Email</strong></em>: la notifica verrà inviata a un indirizzo email.</p><ul><li>Indirizzo email: indirizzo email valido.</li><li>Nome del destinatario: nome del destinatario dell'email.</li></ul></li><li><p><em><strong>Syslog</strong></em>: la notifica verrà inviata a un server syslog.</p><ul><li>Usa predefinito: utilizzerà la configurazione del server Syslog impostata in <a href="/pages/2ujD8mvRxWdqmkz40aPT">Logging</a>.</li><li>Nome host: nome host del server Syslog.</li><li>Porta: porta del server syslog.</li><li>Protocollo: protocollo (TCP o UDP) per comunicare con il server Syslog.</li></ul></li></ul></td></tr></tbody></table>


---

# 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://docs.devolutions.net/server/it/web-interface/administration/user-and-security-management/notifications/subscribers.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.
