What happened?
After having send a notification with a TemplateId, when I use the GetNotification endpoint, the field Contents is empty.
Steps to reproduce?
- Send a notification with a template_id
- Use the GetNotification endpoint
In api_default.go > `GetNotificationExecute`
the `localVarHTTPResponse` variable has the `contents` field :
"contents":{"en":"Test notification with {{var1}} and {{var2}} inside"},
however `localVarReturnValue` has empty `contents` field
What did you expect to happen?
The field Contents to be filled.
Relevant log output
No response
Code of Conduct