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
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
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
After having send a notification with a TemplateId, when I use the GetNotification endpoint, the field
Contents
is empty.Steps to reproduce?
What did you expect to happen?
The field
Contents
to be filled.Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: