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

# <a id="SuperOffice_WebApi_Data_TicketAlertAction" /> Enum TicketAlertAction

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

Bitmask available ticket alert action
This Enum consists of flag values that can be combined.

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

## Fields

`ActionDelegate = 1`

1: Controls Reassign

`ActionEmail = 4`

4: Controls Email others

`ActionEmailCategoryMaster = 32`

32: Controls Email Category administrator

`ActionEmailCustomer = 8`

8: Controls Email Contact

`ActionEmailUser = 16`

16: Controls Email User

`ActionScript = 1024`

1024: Controls Script

`ActionSms = 64`

64: Controls SMS others

`ActionSmsCategoryMaster = 512`

512: Controls SMS Category administrator

`ActionSmsCustomer = 128`

128: Controls SMS Contact

`ActionSmsUser = 256`

256: Controls SMS User

`UndefinedValue2 = 2`

2: Undefined and generated value 2


## Related topics

- [SuperOffice.WebApi.Agents.TicketAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.TicketAgent.md)
- [SuperOffice.WebApi.Agents.ITicketAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ITicketAgent.md)
- [SuperOffice.WebApi.Data.TicketPriorityEscalationLevelEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketPriorityEscalationLevelEntity.md)
- [SuperOffice.WebApi.Data.Ticket](/en/api/reference/webapi/SuperOffice.WebApi.Data.Ticket.md)
- [SuperOffice.WebApi.Data.TicketEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketEntity.md)
- [SuperOffice.WebApi.Data.NotifyType](/en/api/reference/webapi/SuperOffice.WebApi.Data.NotifyType.md)
