We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9809f commit 5109711Copy full SHA for 5109711
src/Novu.Domain/Models/Notifications/Notification.cs
@@ -12,7 +12,7 @@ public class Notification
12
[JsonProperty("transactionId")] public string TransactionId { get; set; }
13
[JsonProperty("channels")] public ChannelTypeEnum[] Channels { get; set; }
14
[JsonProperty("template")] public Template Template { get; set; }
15
-
+ [JsonProperty("content")] public string Content { get; set; }
16
/// <summary>
17
/// Sometimes this can be null and not sure why
18
/// </summary>
0 commit comments