Name | Description | Type | Additional information |
---|---|---|---|
NotifyOnAction |
What event to notify on (e.g. status post) |
NotifyOnActionDto |
None. |
Label |
User friendly labee/name. |
string |
None. |
Description |
A description of the notification event. |
string |
None. |
Links |
Additional helper links, such as links to help pages. |
Collection of LinkDto |
None. |
Actions |
The available actions for this notificaiton. |
Collection of ActionOptionsDto |
None. |
ReplaceableTokens |
The tokens that are available for replacement in the notification action based on the notification event type (e.g. OnStatusPost has the status message available) |
Collection of ReplaceableTokenDto |
None. |
HasFilterOptions |
If the event has specific properties we can be notified on |
boolean |
None. |
FilterOnUsers |
If the event can be filterd by user (member/device/bot). |
boolean |
None. |
FilterOnTags |
For events that have tags that we can filter on |
boolean |
None. |
IsRealTime |
If the event is real time, or processed on an interval |
boolean |
None. |