-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Would be nice to have an all in one tool to go both directions with C#
` public class NotifyMessage
{
public string Subject { get; set; }
public string Message { get; set; }
public int DelaySeconds { get; set; } = 5;
public string NotificationQueryValue { get; set; }
public NotificationType NotificationType { get; set; }
public DateTime NotifyDateTime { get; internal set; }
public string RequestUserId { get; internal set; }
}
public enum NotificationType
{
User,
Group,
OrganizationCode
}`
Output
{ "Subject": "Test", "Message": "New Message", "DelaySeconds": 10, "NotificationQueryValue": "{{userId}}", "NotificationType": 0 }
Metadata
Metadata
Assignees
Labels
No labels