Enum WebhookState
Webhook status: active, stopped, or tooManyErrors This Enum is used by: Webhook.state
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
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 |