> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for WebhookNotifyWhen

> Lists the enum values for WebhookNotifyWhen.

## WebhookNotifyWhen Enum

When to notify recipients. Bitflag: 1=FirstFailure, 2=Disabling.

| Name         | Value | Description                                               |
| ------------ | ----- | --------------------------------------------------------- |
| None         | 0     | 0: No notifications                                       |
| FirstFailure | 1     | 1: Notify on first failure                                |
| Disabling    | 2     | 2: Notify when webhook is disabled due to too many errors |

## Usage

* [Webhook](../webhook).notify\_when - Webhook URL to call when events occur in the client or in NetServer. Also tracks call+error statistics.
