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

# Enum NotificationEventType

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

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

## Syntax

```crmscript theme={null}
NotificationEventType
```

## Fields

| Name                  | Description                       |
| --------------------- | --------------------------------- |
| Unknown               | Unknown                           |
| NewTicket             | New ticket                        |
| AppointmentInvitation | Appointment invitation            |
| AppointmentMoved      | Appointment moved or changed      |
| AppointmentCancelled  | Appointment cancelled             |
| NewTicketMessage      | New ticket message                |
| TicketActivated       | Ticket activated                  |
| TicketEscalated       | Ticket escalated                  |
| QuoteApprovalRequest  | Quote approval requested          |
| QuoteApprovalApproved | Quote approval approved           |
| QuoteApprovalDenied   | Quote approval denied             |
| AppointmentDeclined   | Invitation or assignment declined |


## Related topics

- [SuperOffice.WebApi.Data.NotificationEventType](/en/api/reference/webapi/SuperOffice.WebApi.Data.NotificationEventType.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)
- [Enum NotificationMessageType](/en/automation/crmscript/reference/CRMScript.NetServer.NotificationMessageType.md)
- [Enum EventHandlerType](/en/automation/crmscript/reference/CRMScript.NetServer.EventHandlerType.md)
- [Enum values for MeteringEventType](/en/database/tables/enums/meteringeventtype.md)
