> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.NotificationMessageType

# <a id="SuperOffice_WebApi_Data_NotificationMessageType" /> Enum NotificationMessageType

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

Defines what type of content the notification contains

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

## Fields

`ImportantMessage = 1`

1: A message with high priority

`Message = 0`

0: A plain message

`RemoteAction = 2`

2: Trigger an action

`ShowWebPage = 4`

4: Show a web page

`YesNoQuestion = 3`

3: Ask user a yes or no question
