NovuN
Novu11mo ago
son

Add image to inapp notification message

Hi all
how can i add image in template for in app notification
basically i want to add user image every time notification is sent
the image url will come form api call

I tried some thing like below but it didnt worked
<img src="{{imageUrl}}" alt="Product Image" width="300" />
Was this page helpful?