> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.WebhookState

# <a id="SuperOffice_WebApi_Data_WebhookState" /> Enum WebhookState

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

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

```csharp theme={null}
public enum WebhookState : short
```

## Fields

`Active = 1`

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

`Stopped = 2`

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

`TooManyErrors = 3`

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

`Unknown = 0`

0: 0: Unknown state


## Related topics

- [SuperOffice.WebApi.Data.Webhook](/en/api/reference/webapi/SuperOffice.WebApi.Data.Webhook.md)
- [SuperOffice.WebApi.Data.Webhook GetAllWebhooksRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Webhook_GetAllWebhooksRequest.md)
- [SuperOffice.WebApi.Agents.WebhookAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.WebhookAgent.md)
- [SuperOffice.WebApi.Agents.IWebhookAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IWebhookAgent.md)
- [SuperOffice.WebApi.Data.WebhookNotifyVia](/en/api/reference/webapi/SuperOffice.WebApi.Data.WebhookNotifyVia.md)
- [SuperOffice.WebApi.Data.WebhookNotifyWhen](/en/api/reference/webapi/SuperOffice.WebApi.Data.WebhookNotifyWhen.md)
