Questions tagged [novu]
3 questions
2
votes
2 answers
Sending and Displaying an Array of Objects as Payload in Novu Platform
Is it possible to send an array of objects as the payload when triggering an event through code in the novu platform? If so, how can we properly format and display the elements of this array in a template?
novu.trigger('event-name', {
to:…

The Code Crusader
- 23
- 4
0
votes
1 answer
Novu push notifications for Flutter
Does somebody know is it possible to use "Novu" notification Simple components and APIs for managing all communication channels in one place: Email, SMS, Direct, and Push with Flutter? I'd like to connect push notification to
my App with Novu in…

Valera
- 19
- 3
0
votes
1 answer
Fetching notifications on socket event
How can I set up a Mantine popup notification to be displayed when a new notification is received from Novu?
Here is what I'm trying to do (code below):
const { socket: novuSocket } = useSocket();
const { notifications, refetch, markAsSeen } =…

The Code Crusader
- 23
- 4