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


## Related topics

- [SuperOffice.WebApi.Data.Ticket GetHotlistEjUsersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Ticket_GetHotlistEjUsersRequest.md)
- [SuperOffice.WebApi.Agents.ITicketAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ITicketAgent.md)
- [SuperOffice.WebApi.Agents.TicketAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.TicketAgent.md)
- [SuperOffice.WebApi.Data.WebhookNotifyVia](/en/api/reference/webapi/SuperOffice.WebApi.Data.WebhookNotifyVia.md)
- [SuperOffice.WebApi.Data.NotifyType](/en/api/reference/webapi/SuperOffice.WebApi.Data.NotifyType.md)
- [SuperOffice.WebApi.Data.WebhookNotifyWhen](/en/api/reference/webapi/SuperOffice.WebApi.Data.WebhookNotifyWhen.md)
