> For the complete documentation index, see [llms.txt](https://ahero-fivem-shop.gitbook.io/ahero.fivem-shop-gtav/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ahero-fivem-shop.gitbook.io/ahero.fivem-shop-gtav/ui/areport-ui/variable-config.lua/webhooks.md).

# Webhooks

## Webhooks

```lua
Config.Webhooks = {
    newReport = '', -- Webhook pour les nouveaux reports
    resolvedReport = '', -- Webhook pour les reports résolus
    pausedReport = '', -- Webhook pour les reports mis en pause
    staffAction = '' -- Webhook pour les actions staff (téléportation, spectate, etc.)
}

Config.DiscordColors = {
    newReport = 15105570, -- Orange
    resolvedReport = 3066993, -- Vert
    takenReport = 3447003, -- Bleu
    staffAction = 10181046, -- Purple
}
```

{% hint style="info" %}
Tout simple ici rentré les webhooks de vos salons discord et vous pouvez changer la couleurs.
{% endhint %}
