> 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/es/web-interface/administration/user-and-security-management/notifications/subscriptions.md).

# Suscripciones

Las ***Suscripciones*** están destinadas a enviar correos electrónicos según las actividades en Devolutions Server. Pueden ser actividades en entradas, cuentas de usuario, configuración del sistema, etc. Para crear una ***Suscripción***, haga clic en el botón ***Añadir***.

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

A continuación, rellene la información en los siguientes campos:

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

### Suscripciones

<table><thead><tr><th width="203">Opción</th><th>Descripción</th></tr></thead><tbody><tr><td><strong>Nombre</strong></td><td>Nombre para mostrar de la suscripción.</td></tr><tr><td><strong>Suscriptor</strong></td><td>Un suscriptor que recibirá las notificaciones de la suscripción actual. Se puede seleccionar un suscriptor o un grupo de suscriptores.</td></tr><tr><td><strong>Categoría de suscripción</strong></td><td><p>Categoría de la suscripción. Se puede establecer en una de las siguientes posibilidades:<br></p><ul><li><em><strong>Entrada</strong></em></li><li><em><strong>Usuario</strong></em></li><li><em><strong>Bóveda</strong></em></li><li><em><strong>Grupos de usuarios</strong></em></li><li><em><strong>Cuenta privilegiada PAM</strong></em></li><li><em><strong>Proveedor PAM</strong></em></li><li><em><strong>Extracción PAM</strong></em></li><li><em><strong>Carpeta de equipo PAM</strong></em></li><li><em><strong>Configuración del sistema</strong></em></li><li><em><strong>Registro de administración</strong></em></li><li><em><strong>Registro de Workspace</strong></em></li><li><em><strong>Devolutions Gateway</strong></em></li><li><em><strong>Política de extracción PAM</strong></em></li><li><em><strong>Plantilla OTP de PAM</strong></em></li></ul></td></tr><tr><td><strong>Filtros</strong></td><td>Los filtros están vinculados a la categoría de suscripción y cada una de ellas tiene sus propios filtros. Puede añadir un filtro con el botón <em><strong>Añadir filtro</strong></em>. Tenga en cuenta que los filtros son acumulativos.</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/es/web-interface/administration/user-and-security-management/notifications/subscriptions.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.
