Skip to content

Commit

Permalink
ON-38837 # AddednotificationElementId to `FormSubmissionEventConfig…
Browse files Browse the repository at this point in the history
…uration`
  • Loading branch information
jdawg093 committed Mar 12, 2024
1 parent 0d07874 commit 6083eeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

- `decorativeImage` to `FormElement`
- `notificationElementId` to `FormSubmissionEventConfiguration`

## [5.5.0] - 2024-02-18

Expand Down
4 changes: 4 additions & 0 deletions OneBlink.SDK/models/FormSubmissionEventConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,9 @@ public EndpointConfiguration emailAttachmentsEndpoint
{
get; set;
}
public string notificationElementId
{
get; set;
}
}
}

0 comments on commit 6083eeb

Please sign in to comment.