> ## 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.

# Enum values for WebhookNotifyVia

> Lists the enum values for WebhookNotifyVia.

## WebhookNotifyVia Enum

How to notify recipients when this webhook changes state. 1=Email, 2=InApp.

| Name  | Value | Description                 |
| ----- | ----- | --------------------------- |
| None  | 0     | 0: No notification channels |
| Email | 1     | 1: Send e-mail notification |
| InApp | 2     | 2: Send in-app notification |

## Usage

* [Webhook](../webhook).notify\_via - Webhook URL to call when events occur in the client or in NetServer. Also tracks call+error statistics.


## Related topics

- [SuperOffice.WebApi.Data.WebhookNotifyVia](/en/api/reference/webapi/SuperOffice.WebApi.Data.WebhookNotifyVia.md)
- [Enum values for WebhookNotifyWhen](/en/database/tables/enums/webhooknotifywhen.md)
- [SuperOffice.WebApi.Data.Webhook](/en/api/reference/webapi/SuperOffice.WebApi.Data.Webhook.md)
- [Webhook table](/en/database/tables/webhook.md)
- [Webhook_notify table](/en/database/tables/webhook-notify.md)
- [SuperOffice.WebApi.Data.WebhookNotifyWhen](/en/api/reference/webapi/SuperOffice.WebApi.Data.WebhookNotifyWhen.md)
