iStun4Fun
NNovu
•Created by iStun4Fun on 12/11/2024 in #💬│support
Custom Channel Preferences
I would like to use my own api to connect via our RSS channel, is there a way we can let users add that custom Channel and activate it via api? we can use subId to deliver to the correct end user
10 replies
NNovu
•Created by iStun4Fun on 12/9/2024 in #💬│support
Novu workflow is sending a payload but headless never gets the data...
Why the data is undefined? we are fetching through the latest headless with @novu/js
using
novuClient.notifications.list
10 replies
NNovu
•Created by iStun4Fun on 11/28/2024 in #💬│support
Novu @ Next 13.4.8
Hey! Its possible to run a dev instance in the same instance that our project is? we are working on a Next 13.4.8 project and found that we need to create a totally different app to run in dev to work. I can create an endpoint tunnel for the bridging endpoint but.. couldnt we use the workflows and serve on the same app instead of creating a third app in the dev server? Maybe is how we have config the nextJs?
we are receiving this bug in a pages/api setup when going to /api/novu:
Here is the endpoint content and created it in the way that documentation told us:
8 replies
NNovu
•Created by iStun4Fun on 11/26/2024 in #💬│support
Isnt notifications updatable?
I found the only way to upadte notifs is to construct a custom transactionId and then delete that one to insert a new one with that transactionId, this is not pretty handy at all.
Another thing i found is that if transactionId notif is deleted, we cant create another one with the same transactionId as they are supposed to be once forever... EVEN if i deleted it.
Why I cant find another way to fit my usecase using novu? our usecase is updating our users from large processes for example
processing
editing
uploading
ready / error
And this wont be a good approach to use different notifications for each one as it wont be good UX. Any clues on how to tackle this status following into notifications?
thanks in advance
18 replies
NNovu
•Created by iStun4Fun on 8/15/2024 in #💬│support
Preferences for different roles
What if some of my workflows are targeted for admins and other for clients? I would like to let them only show the preferences the role is designated for
16 replies
NNovu
•Created by iStun4Fun on 8/3/2024 in #💬│support
tenant vs Topic
I want to send all notifications grouped into organizations/tenant so we are willing to:
Sub the user to all that tenants to receive the notifications at db triggers.
Let the user know from which tenant the notif is coming with a badge/color.
My doubts are:
Can I fetch all their tenants in same feed?
Success/feed notification comes with what tenant is so we can print there.
And the arch is like the following?
Notif send to tenant
Framework send to all their subs
Subs receive and manage them individually
How are counted this in a organization that have 10 users? As 10 actions or 1?
14 replies
NNovu
•Created by iStun4Fun on 8/3/2024 in #💬│support
How to Deploy Bridging Framework at Production VPS
Is the cloud production version in need of a dev server bridging even for production and cloud version?
Im a bit lost in this as we had the 30 days free trial and still need the dev server to receive the notifs
26 replies
NNovu
•Created by iStun4Fun on 8/1/2024 in #🚀│general
clue about dev to production and cloud
Im a little bit confused about how can we pass from dev to prod, as i was told pushing from dev to main is making the changes. But this take some time?
Im a bit lost with the things have to be synced and made to get to prod. Maybe im doing something wrong but couldnt make the use of the cloud use yet,
26 replies
NNovu
•Created by iStun4Fun on 7/28/2024 in #💬│support
How to update a % Notification
In our use case we are building the notifications system to let know the user how is their progress about x service.
We would like to update the same notification so we dont send 10 notifications of the same service regarding status, is this possible and doable within the workflow?
5 replies