> For the complete documentation index, see [llms.txt](https://wolf-shield.gitbook.io/doc-wolf-shield/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wolf-shield.gitbook.io/doc-wolf-shield/documentation/configuration/server-config/webhook.md).

# Webhook

A Discord Webhook serves as an automated communication bridge between an external application (like a script, server, or tool) and a Discord channel. It enables services or programs to post messages automatically to a Discord channel without human intervention.

***

#### 🎯 Paramètres de Webhooks `WolfShield`

```lua
WolfShield.PlayerLogWebhook = ""
```

* **Description**: Webhook where logs concerning players are sent (noclip, freecam, godmode, revive...).

***

```lua
WolfShield.PropsLogWebhook = ""
```

* **Description**: Logs related to props (objects) spawn. Includes blacklisted entities.

***

```lua
WolfShield.PedLogWebhook = ""
```

* **Description**: Logs related to ped spawn.

***

```lua
WolfShield.VehicleLogWebhook = ""
```

* **Description**: Logs related to vehicle spawn.

***

```lua
WolfShield.WeaponLogWebhook = ""
```

* **Description** : Log relating to weapons (blacklist / Give / Spoof Weapon...)

***

```lua
WolfShield.ExecutorLogWebhook = ""
```

* **Description**: Log relating to executor detection

***

```lua
WolfShield.InjectionLogWebhook = ""
```

* **Description** : Log relating to Injection (Lua Menu)

***

```lua
WolfShield.ResourceLogWebhook = ""
```

* **Description**: Resource log (stop resource)

***

```lua
WolfShield.EventLogWebhook = ""
```

* **Description**: log of illegal or blacklist event triggers from client to server side.

***

```lua
WolfShield.ExplosionLogWebhook = ""
```

* **Description**: Sends logs when an explosion is triggered

***

```lua
WolfShield.ParticleLogWebhook = ""
```

* **Description** : Sends logs when a particle is triggered

***

```lua
WolfShield.ChatLogWebhook = ""
```

* **Description**: Logs of blacklisted messages sent in chat, potentially to detect insults, prohibited commands, cheat ads, etc.

***

```lua
WolfShield.ConnexionWebhook = ""
```

* **Description**: Log as soon as a player is not authorized to join the server (Discord not linked or too recent, banned ...)

***

```lua
WolfShield.AimbotRecord = ""
```

* **Description**: Specific webhook where recordings are sent when a player is suspected of using an aimbot, silent aim or magic bullet.

***

```lua
WolfShield.RecordCommand = ""
```

* **Utilité** : Webhook used to send video or screen recordings of a player, triggered via a dedicated server command (example: `/wolf record 1 23`)

***


---

# 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:

```
GET https://wolf-shield.gitbook.io/doc-wolf-shield/documentation/configuration/server-config/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.
