Is it possible to have custom button other than CTA buttons in notification
For example adding more info button inside notification which redirects
Is this possible by making use of notification-center provided by novu by default without using headless notification?
3 Replies
Hi @San
Yes it is possible,
You can customize only the list item
https://docs.novu.co/notification-center/client/react/customization#notification-item
you can send more info link in payload
and utilize this while building custom notification item
Got it thanks @Pawan Jain
Let me know if you have more questions or you face any issue