# Webhook générique

## Prérequis

Pour ingérer des journaux RADIUSaaS dans un **webhook** qui accepte **des corps HTTP structurés en JSON**, un webhook approprié incluant une **URL accessible publiquement** sont requis ainsi que **des identifiants d’authentification,** le cas échéant.

Le RADIUSaaS Log Exporter permet l’authentification via une **clé API statique** (encodée dans l’URL, dans un en-tête ou dans le corps).

## Étapes de configuration

Suivez ces étapes pour ajouter un **Webhook générique** comme cible d’exportation :

* Accédez à votre **Portail d’administration RADIUSaaS**
* Cliquez sur **+ Cible d’exportation**
* Sélectionnez **Webhook générique**
* Fournissez un **Nom** et **Description**
* Configurez la **Filtres de messages** à vos besoins
* Collez l’URL de votre webhook dans le champ **URL du webhook**
* Spécifiez la **méthode HTTP** qui doit être utilisée pour transmettre les données (POST, GET, PUT)
* Ajoutez les **en-têtes HTTP**, par exemple à des fins d’authentification
* Configurez le **corps** du message à envoyer à votre webhook

<figure><img src="/files/6fe917e437de65e00073c423968981d0317e2fdc" 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/fr/portail-dadministration/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.
