> For the complete documentation index, see [llms.txt](https://docs.radiusaas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.radiusaas.com/es/portal-de-administracion/settings/log-exporter/generic-webhook.md).

# 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
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.radiusaas.com/es/portal-de-administracion/settings/log-exporter/generic-webhook.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.
