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

# SuperOffice.WebApi.Data.NotifyChannel

# <a id="SuperOffice_WebApi_Data_NotifyChannel" /> Enum NotifyChannel

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

The different channels to send notifications over

```csharp theme={null}
public enum NotifyChannel
```

## Fields

`Email = 2`

2: Notifications sent as an email

`PopUp = 1`

1: Notifications sent as a popup message

`Sms = 3`

3: Notifications sent as a sms

`Unknown = 0`

0: Unknown notification type
