Show / Hide Table of Contents

Enum WebhookState

Webhook status: active, stopped, or tooManyErrors This Enum is used by: Webhook.state

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum WebhookState : short

Fields

Name Description
Active

1: 1: Active - webhook is posting events to receiver

Stopped

2: 2: Stopped - webhook has been turned off. Not posting events to receiver.

TooManyErrors

3: 3: Too many errors received - webhook has been turned off automatically.

Unknown

0: 0: Unknown state

Extension Methods

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