Skip to content

[Bug]: GetNotification - NotificationWithMeta doesn't contain the Contents field when using a template_id #16

@lsgndln

Description

@lsgndln

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

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions