David 😎
David 😎
NNovu
Created by David 😎 on 6/19/2024 in #💬│support
Novu Headless - notifications not showing for custom subscriber IDs
No description
15 replies
NNovu
Created by David 😎 on 6/19/2024 in #💬│support
Novu Headless - notifications not showing for custom subscriber IDs
yes, it's correct.
15 replies
NNovu
Created by David 😎 on 6/19/2024 in #💬│support
Novu Headless - notifications not showing for custom subscriber IDs
No description
15 replies
NNovu
Created by David 😎 on 6/19/2024 in #💬│support
Novu Headless - notifications not showing for custom subscriber IDs
No, it just fetches an empty array.
15 replies
NNovu
Created by David 😎 on 6/19/2024 in #💬│support
Novu Headless - notifications not showing for custom subscriber IDs
When the page load. and I send a new notification when the users submits a form
15 replies
NNovu
Created by David 😎 on 6/18/2024 in #💬│support
Avatar not showing in notification center when triggering in-app messages
Awesome, I've another issue with headless Novu. Let me create a new post
32 replies
NNovu
Created by David 😎 on 6/18/2024 in #💬│support
Avatar not showing in notification center when triggering in-app messages
If possible, the documentation can also be updated to show this instruction.
32 replies
NNovu
Created by David 😎 on 6/18/2024 in #💬│support
Avatar not showing in notification center when triggering in-app messages
Will do! working on another project using Novu also - hopefully I don't encounter issues. 😁
32 replies
NNovu
Created by David 😎 on 6/18/2024 in #💬│support
Avatar not showing in notification center when triggering in-app messages
Wow! It's now working. Thanks! I guess the important part is that actor property when sending avatars.
32 replies
NNovu
Created by David 😎 on 6/18/2024 in #💬│support
Avatar not showing in notification center when triggering in-app messages
No description
32 replies
NNovu
Created by David 😎 on 6/18/2024 in #💬│support
Avatar not showing in notification center when triggering in-app messages
No description
32 replies
NNovu
Created by David 😎 on 6/18/2024 in #💬│support
Avatar not showing in notification center when triggering in-app messages
oh! Okay, let me try it now.
32 replies
NNovu
Created by David 😎 on 6/18/2024 in #💬│support
Avatar not showing in notification center when triggering in-app messages
I need to send the unique image URL during every trigger
32 replies
NNovu
Created by David 😎 on 6/18/2024 in #💬│support
Avatar not showing in notification center when triggering in-app messages
Okay, so how do I pass it? As a payload with an attribute name of "actor"?
32 replies
NNovu
Created by David 😎 on 6/18/2024 in #💬│support
Avatar not showing in notification center when triggering in-app messages
No description
32 replies
NNovu
Created by David 😎 on 6/18/2024 in #💬│support
Avatar not showing in notification center when triggering in-app messages
My Novu trigger:
const image= "https://lh3.googleusercontent.com/a/ACg8ocI_vJjIPVVwyKYladEfOpzRVz0-4CKrEjwcU1iur6onyEmzFjU=s96-c"


await novu.trigger("inapp", {
to: {
subscriberId: subscriberID,
avatar: image,
},
payload: {
content: `${name} reacted to your post`,
avatar: image,
},
});
const image= "https://lh3.googleusercontent.com/a/ACg8ocI_vJjIPVVwyKYladEfOpzRVz0-4CKrEjwcU1iur6onyEmzFjU=s96-c"


await novu.trigger("inapp", {
to: {
subscriberId: subscriberID,
avatar: image,
},
payload: {
content: `${name} reacted to your post`,
avatar: image,
},
});
32 replies
NNovu
Created by David 😎 on 6/18/2024 in #💬│support
Avatar not showing in notification center when triggering in-app messages
32 replies
NNovu
Created by David 😎 on 6/10/2024 in #💬│support
How do I add avatar URLs or images in an in-app notification?
cc: @Pawan Jain
11 replies
NNovu
Created by David 😎 on 6/10/2024 in #💬│support
How do I add avatar URLs or images in an in-app notification?
No description
11 replies
NNovu
Created by David 😎 on 6/10/2024 in #💬│support
How do I add avatar URLs or images in an in-app notification?
Yes, I think I've seen the answer in one of the recommended articles. If I have any further questions, I'll reply to this post and tag you. Thanks 🙂
11 replies