son
NNovu
•Created by son on 2/28/2025 in #💬│support
Geting payload in notification object
I am using react hook but i dont get template name and also payload in notification object
import { useNotifications } from '@novu/react/hooks';
can yuo tell me how to get payload. Currently I am trying to develop cusom inbox and need payload data to show content of notification. The body give string value not actual payload.
12 replies
NNovu
•Created by son on 2/20/2025 in #💬│support
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" />
16 replies