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

# <a id="SuperOffice_WebApi_Data_NotifyType" /> Enum NotifyType

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

Value for field 'Type' in table 'notify'. Defines the notification type.
This Enum consists of flag values that can be combined.

```csharp theme={null}
[Flags]
public enum NotifyType
```

## Fields

`ActiveTickets = 32`

32: Active tickets (only used as a filter (ejuser))

`ChatAlert = 16`

16: Chat alert event

`ChatMessageAlert = 128`

128: Chat message alert event

`ChatSessionTransfered = 256`

256: Chat session transfered event

`ContactAssignment = 2048`

2048: Contact assignment

`Custom = 1024`

1024: Custom event

`Hotlist = 512`

512: Hot list (only used as a filter (ejuser))

`NewTicket = 1`

1: New ticket event

`NewTicketMessage = 2`

2: New ticket message event

`NotifyAll = 4095`

4095: Notify all

`TicketActivated = 8`

8: Ticket activated event

`TicketEscalated = 4`

4: Ticket escalated event

`TicketTakeOver = 64`

64: Ticket take over event

`UndefinedValue4096 = 4096`

4096: Undefined and generated value 4096


## Related topics

- [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.Ticket GetHotlistEjUsersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Ticket_GetHotlistEjUsersRequest.md)
- [SuperOffice.WebApi.Data.WorkflowNotifySMSType](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowNotifySMSType.md)
- [SuperOffice.WebApi.Data.WorkflowNotifyEmailType](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowNotifyEmailType.md)
- [SuperOffice.WebApi.Data.NotifyChannel](/en/api/reference/webapi/SuperOffice.WebApi.Data.NotifyChannel.md)
