Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Dashboard user roles

Is there currently a difference between the Admin and Member role for the dashboard users? If so how can I change the role of team members? Basically the issue is that we are using the hosted version and we want to invite other team members. But all invited team members get automatically assigned to the Admin role which would allow them to do some dangerous stuff like deleting the organization....

Failed to generate token: secretOrPrivateKey must be an asymmetric key when using ES256

I have an iOS mobile application (https://apps.apple.com/us/app/ferienhausmiete/id6475052679) generated by PWABuilder. I setup Novu for sending push notifications via APNs provider. I am sending POST request to https://eu.api.novu.co/v1/events/trigger with PostMan and getting this response { "data": { "acknowledged": true, "status": "processed",...
No description

How to change the user in the iFrame embed in a Vue 2.7.16 app ?

Hi, I have a Vue 2 app which embeds the iFrame option for displaying the notification center, i've seen that the same issue was fixed but apparently only for Vue 3. When I logout the existing user an return to anonymous user or login from anonymous to an existing user, the notifications don't get update. I assumed it's because the novu.init is executed only on the mounted. Also, the notification list and unseen count don't update after a notification is sent...

Step conditions for New Dashboard?

Hi, a lot of our workflows would need use of step conditions and we're using the new dashboard and the email editor. Is it going to be added in coming days to the UI (I already see some PRs merged) or would take longer than that? We're not sure how to manage this use case.

Novu Cloud i18n

Hi! I'm trying to implement translations in my Novu code. I'm using Novu Cloud in a NestJS project where I write all my workflows and then use the sync command to sync to the cloud dev env. I tried to follow the docs as per using i18n but when I then try to sync I get an error like this: ```...

Add attachment during workflow

Is it possible to start an email workflow without attachment and add it in a custom step?

Can't get the webhook URL from provider in cloud

We need the delivered/seen tracking for Email and In-App notifications. But I can't get webhook URL in the Integration Store for Resend. - Is there any equivalent documentation as this old one (https://v0.x-docs.novu.co/platform/webhooks-for-providers) ? - Do In-App notifications support delivered/seen event tracking for conditional steps? We're using the new Dashboard 2.0...
No description

I want to move development to production

I'm following this doc but not getting some points , how to move my existing data with production ? https://docs.novu.co/concepts/environments#production-environment

Bridge timeout in broadcast event to all

I am using self-hosted novu and when i am trying to broadCast event to all subscribers i am getting bridge timeout error in my workflow execution some getting sucessfull but most of them are getting failed and i tried few from failed ones and they working fine indivisual trigger and bridge request endpoint is https://novu-app-domain-name/api/novu

unable to trigger on localhost app

So I'm just getting started with novu, installed it into a current next.js app, and successfully ran the local studio, however I'm unable to trigger! When I try I get the error like the screenshot interestingly though, if I follow your tutorial to install (which creates a next.js app from scratch) it works fine! I tried copying everything from the newly created nextjs app, and even matched the package versions, still the same, the one created by your CLI works fine, the one I installed Novu into doesn't To clarify: I'm successfully listening and receiving notifications on both apps (if I trigger it from the cloud dashboard) but only able to trigger from the one created by the CLI...
No description

Svg icons in emails

Is it possible to add svg icons to emails? If I programmatically create an email template containing an svg tag it seems to be filtered out when the template is rendered...

Send e-mail preview, with data from digest

I have a simple workflow with a digest step and an email step. On the admin dashboard, when I preview the email step, can I set the values for the digest step ( as i do for the payload step)? Thanks...

Can client SDK generate and store device push token without manually calling api?

can I use novu sdk client side and generate subscribers and attache device push token for FCM

Anomalies triggering other workflows from main workflow custom steps

Hi, I've built a workflow (monet-notification) that triggers 3 other workflow, each one is triggered in its own custom step and the Activity Feed resulting from the execution is a bit surprising to me. After triggering the workflow monet-notification, on Novu Cloud connected by Local Studio tunnel to my local application that implements the Novu Framework, I see 4 items in the Activity Feed, see attached workflow_with_subworkflows_saas.png. The first item reports the execution of workflow monet-notification and has 3 custom steps where the other workflows execution are triggered. The other 3 items report the execution of the workflows triggered by those custom steps, but instead of having the correct workflow names they are all named "Deleted Template". ...
No description

Switching to production

Is there anything except deploying the api/novu route to switch to production mode, including having the secret, NODE_ENV is production ? Thanks

Is the beta dashboard available in the self hosted version?

Hi all, is the beta dashboard available in the self hosted version? with the. UI editor?

topic and subscriber preferences

what is the correct way to handle subscribers' preferences with regard to a specific topic? e.g. if there is a "comment" workflow and the users can be subscribed to different "post:1" or "post:2" topics, how do you handle if they want to turn on and off notifications to individual posts vs to the workflow? makes sense that you probably are supposed to use novu to add and remove subscriber from the topic, but what if you want different preferences per topic? like one post should get a digest and...

Error When Using Liquid Filter in Template Editor

I encountered an error while trying to use the Liquid filter {{payload.content | truncatewords: 5}} in the template editor. The error is displayed as shown in the attached image.
No description