> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum WebhookState

> Webhook status: active, stopped, or tooManyErrors

Webhook status: active, stopped, or tooManyErrors

## Syntax

```crmscript theme={null}
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.  |
