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

# <a id="SuperOffice_WebApi_Data_NotificationEventType" /> Enum NotificationEventType

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

Types of events that are sent through the Pocket Notification API, where they are paired with an entity id

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

## Fields

`AppointmentCancelled = 4`

4: Appointment cancelled

`AppointmentDeclined = 11`

11: Invitation or assignment declined

`AppointmentInvitation = 2`

2: Appointment invitation

`AppointmentMoved = 3`

3: Appointment moved or changed

`NewTicket = 1`

1: New ticket

`NewTicketMessage = 5`

5: New ticket message

`QuoteApprovalApproved = 9`

9: Quote approval approved

`QuoteApprovalDenied = 10`

10: Quote approval denied

`QuoteApprovalRequest = 8`

8: Quote approval requested

`TicketActivated = 6`

6: Ticket activated

`TicketEscalated = 7`

7: Ticket escalated

`Unknown = 0`

0: Unknown


## Related topics

- [SuperOffice.WebApi.Data.NotificationEvent](/en/api/reference/webapi/SuperOffice.WebApi.Data.NotificationEvent.md)
- [SuperOffice.WebApi.Data.Pocket NotificationHandledRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Pocket_NotificationHandledRequest.md)
- [SuperOffice.WebApi.Agents.PocketAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.PocketAgent.md)
- [SuperOffice.WebApi.Agents.IPocketAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IPocketAgent.md)
- [SuperOffice.WebApi.Data.Pocket NotifyUsersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Pocket_NotifyUsersRequest.md)
- [SuperOffice.WebApi.Data.Pocket NotificationsHandledRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Pocket_NotificationsHandledRequest.md)
