> For the complete documentation index, see [llms.txt](https://s1h.gitbook.io/info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://s1h.gitbook.io/info/resources/s1h_vehicleshop/editable-files/webhook-file.md).

# Webhook File

Discord Webhook

```lua
S1H.Discord = S1H.Discord or {}
S1H.Discord.WebhookURL = "WEBHOOK_URL"
S1H.Discord.Enabled = true
S1H.Discord.ServerName = "S1H Store"
S1H.Discord.LogPlayerIPs = true
S1H.Discord.Colors = {
    green = 5763719,
    red = 15548997,
    blue = 3447003,
    yellow = 16776960,
    grey = 10197915,
    orange = 16744192
}
```
