> 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/de/admin-portal/settings/log-exporter/generic-webhook.md).

# Generischer Webhook

## Voraussetzungen

Um RADIUSaaS-Logs in einen generischen **Webhook** zu übertragen, der **JSON-strukturierte HTTP-Bodys** akzeptiert, ist ein geeigneter Webhook einschließlich einer **öffentlich verfügbaren URL** erforderlich sowie **Authentifizierungsdaten,** falls zutreffend.

Der RADIUSaaS Log Exporter ermöglicht die Authentifizierung über einen **statischen API-Schlüssel** (URL-, Header- oder Body-kodiert).

## Konfigurationsschritte

Führen Sie die folgenden Schritte aus, um ein **Generischer Webhook** -Exportziel hinzuzufügen:

* Navigieren Sie zu Ihrem **RADIUSaaS Admin Portal**
* Klicken Sie auf **+ Exportziel**
* Wählen Sie **Generischer Webhook**
* Geben Sie einen **Namen** und **Beschreibung**
* Konfigurieren Sie die **Message Filters** für Ihre Anforderungen an
* Fügen Sie Ihre Webhook-URL in das Feld ein **Webhook-URL**
* Geben Sie die **HTTP-Methode** an, die für die Übertragung der Daten verwendet werden soll (POST, GET, PUT)
* Fügen Sie relevante **HTTP-Header**hinzu, z. B. für Authentifizierungszwecke
* Konfigurieren Sie den **Body** der an Ihren Webhook gesendet werden soll

<figure><img src="/files/1e71b2d636551f89357b54480088cf9e54d119ee" 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/de/admin-portal/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.
