Enum WebhookNotifyVia
How to notify recipients when a webhook changes state This Enum is used by: Webhook.notify_via This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum WebhookNotifyVia : short
Fields
| Name | Description |
|---|---|
1: 1: Send e-mail notification |
|
| InApp | 2: 2: Send in-app notification |
| None | 0: 0: No notification channels |