Replies: 2 comments 2 replies
-
hi @jinsley8 await novu.trigger('my-notification', {
to: {
subscriberId
},
payload: {},
actor: {
subscriberId: "unique-img2",
avatar: "https://example.com/images/unique-img2"
}
}); ResultI send two notifications with some |
Beta Was this translation helpful? Give feedback.
2 replies
-
SOlved, thank you @michaldziuba03 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great to allow custom avatar image per in-app message.
This worked before v0.13. I was able to send a custom image with each message. But now it just updates the avatar image for the subscriber Id so if you send an image, all messages for that template will show the same image.
Is it possible to pass a dynamic image URL via template variable here?
Beta Was this translation helpful? Give feedback.
All reactions