# Webhook genérico

## Requisitos previos

Para ingerir registros RADIUSaaS en un **webhook** que acepte **cuerpos HTTP estructurados en JSON**, se requiere un webhook adecuado que incluya una **URL disponible públicamente** así como **credenciales de autenticación,** si corresponde.

El exportador de registros RADIUSaaS permite la autenticación mediante una **clave API estática** (codificada en la URL, en el encabezado o en el cuerpo).

## Pasos de configuración

Siga estos pasos para agregar un **Webhook genérico** como destino de exportación:

* Navegue hasta su **Portal de administración de RADIUSaaS**
* Haga clic en **+ Destino de exportación**
* Seleccione **Webhook genérico**
* Proporcione una **Nombre** y **Descripción**
* Configura el **Filtros de mensajes** según sus necesidades
* Pegue la URL de su webhook en el campo **URL del webhook**
* Especifique el **método HTTP** que se utilizará para transmitir los datos (POST, GET, PUT)
* Agregue los **encabezados HTTP**, por ejemplo, con fines de autenticación
* Configure el **cuerpo** del mensaje que se enviará a su webhook

<figure><img src="/files/80aa47e01400aa5ea7631f05522ed14377a6c77f" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.radiusaas.com/es/portal-de-administracion/settings/log-exporter/generic-webhook.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
