You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Determines the delivery method for the notification. The default is Webhook.
86
86
/// </summary>
87
+
/// <remarks>
88
+
/// This property dictates which other fields are required:
89
+
/// <list type="bullet">
90
+
/// <item>
91
+
/// <term><b>Email</b></term>
92
+
/// <description>Sends a notification to a specified email inbox. Requires the <c>EmailAddress</c> property to be set.</description>
93
+
/// </item>
94
+
/// <item>
95
+
/// <term><b>Webhook</b></term>
96
+
/// <description>Sends a notification via an HTTP POST request to a specified endpoint. Requires the <c>DestinationUrl</c> and <c>Secret</c> properties to be set.</description>
0 commit comments