Enum WebhookNotifyWhen
How to notify recipients when a webhook changes state This Enum is used by: Webhook.notify_when This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum WebhookNotifyWhen : short
Fields
| Name | Description |
|---|---|
| Disabling | 2: 2: Notify when webhook is disabled due to too many errors |
| FirstFailure | 1: 1: Notify on first failure |
| None | 0: 0: No notifications |