Notificaciones
Crea, publica y consulta plantillas de notificación, sus grupos y versiones.
| Método | Ruta | Operación |
|---|---|---|
POST | /v1/notifications/templates | Crear plantilla |
GET | /v1/notifications/templates | Listar plantillas de notificación |
GET | /v1/notifications/templates/{templateId} | Obtener plantilla de notificación |
GET | /v1/notifications/templates/{templateKey} | Obtener plantilla de notificación por clave |
GET | /v1/notifications/templates/groups | Listar grupos de plantillas de notificación |
PUT | /v1/notifications/templates/{id} | Actualizar borrador de plantilla |
POST | /v1/notifications/templates/{id}/publish | Publicar plantilla |
GET | /v1/notifications/templates/{templateId}/versions | Listar versiones de plantilla de notificación |
GET | /v1/notifications/templates/{templateKey}/versions | Listar versiones de plantilla de notificación |