Enum WebhookState
Webhook status: active, stopped, or tooManyErrors
Syntax
WebhookState
Fields
| Name | Description |
|---|---|
| Unknown | 0: Unknown state |
| Active | 1: Active - webhook is posting events to receiver |
| Stopped | 2: Stopped - webhook has been turned off. Not posting events to receiver. |
| TooManyErrors | 3: Too many errors received - webhook has been turned off automatically. |