> ## Documentation Index
> Fetch the complete documentation index at: https://docs.raul.ugps.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Preview rendered template for a notification rule

> Preview rendered template for a notification rule



## OpenAPI

````yaml /generated/specs/settings.json get /api/notification-config/rules/{id}/preview
openapi: 3.0.0
info:
  title: Raul API - Configuraciones
  description: Catalogos, tipos, plantillas y configuraciones maestras del sistema.
  version: 2.0.0
  contact: {}
servers:
  - url: https://api.raul.ugps.io
    description: Production
security: []
tags:
  - name: Catalogs
    description: Catálogos IMEI y Chip
paths:
  /api/notification-config/rules/{id}/preview:
    get:
      tags:
        - notification-config
      summary: Preview rendered template for a notification rule
      description: Preview rendered template for a notification rule
      operationId: NotificationsController_previewRule
      parameters:
        - name: id
          required: true
          in: path
          schema:
            type: string
      responses:
        '200':
          description: Rendered HTML preview

````