> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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.


## Related topics

- [SuperOffice.WebApi.Data.WebhookNotifyWhen](/en/api/reference/webapi/SuperOffice.WebApi.Data.WebhookNotifyWhen.md)
- [Enum values for WebhookNotifyVia](/en/database/tables/enums/webhooknotifyvia.md)
- [SuperOffice.WebApi.Data.Webhook](/en/api/reference/webapi/SuperOffice.WebApi.Data.Webhook.md)
- [Webhook table](/en/database/tables/webhook.md)
- [SuperOffice.WebApi.Data.WebhookNotifyVia](/en/api/reference/webapi/SuperOffice.WebApi.Data.WebhookNotifyVia.md)
- [Webhook_notify table](/en/database/tables/webhook-notify.md)
