Show / Hide Table of Contents

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

Extension Methods

EnumUtil.MapEnums<WebhookNotifyWhen, To>(WebhookNotifyWhen)
Converters.MapEnums<WebhookNotifyWhen, To>(WebhookNotifyWhen)
ObjectExtensions.AssignByReflection<WebhookNotifyWhen>(WebhookNotifyWhen, WebhookNotifyWhen)
ObjectExtensions.GraphCopy<WebhookNotifyWhen>(WebhookNotifyWhen)
EnumUtil.GetDescription(Enum)
ResourceManagerExt.ToResourceString(Enum)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top