Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Issue with template

I created a workflow and added sms step in it . It works fine but when I change the content of sms , novu is picking old message content only . The problem gets resolved after deploying it again. Looks like a bug in update template flow. #bug...

Notification Center Configuration When Running Novu locally

When running locally, I wish to change the notification center credentials to listen to a specific subscriber for testing purposes. How should I do it?...

Fix blog updates subscription form

I created issue: https://github.com/novuhq/website/issues/96 I think api handler missing env MAILCHIMP_URL variable @nevodavid @emilpearce @Pawan Jain...

Mongo DB connection - More connections

I use mongo DB in Atlas and have a maximum of 500 connections. When I launch novu in production mode I always get emails from mongo warning me that the connections to my clusters have exceeded 500. Do you have any solutions? Is this normal behaviour ?...

Email Provider Templates

Hi, We are testing Novu for sending emails to users. I have templates setup in our email provider (Postmark or SES, doesn't matter) I cannot find any documentation on how to pass over which template I want to send in Postmark (or SES). For example, with Postmark, it looks like you only call client.sendEmail (https://github.com/novuhq/novu/blob/next/providers/postmark/src/lib/postmark.provider.ts) but there is no way to call client.sendEmailWithTemplate (https://github.com/ActiveCampaign/postmark.js/wiki/Templates) It looks like a similar setup for SES. Is there a way to do this for email providers that support templates? Or is there another way to accomplish this without having to manually add the HTML to Novu?...

husky not found error

When trying to upgrade novu from 14 to 16 , tried ro follow the migration steps, in which when I execute npm run setup: project , getting husky not found error

Custom smtp usage issue

Hey, guys it there any solution for the problem wrong version number while custom smtp usage? ``` { "library": "SSL routines",...

Conditions in HTML formatting

Hey! Where can I find some docks for conditions in message formatting? I`ve found things like this (pic), but can I know for example if subscriber locale equals to "en" in if section and form the HTML depending on it?...

Resend, Invite E-mail

Hi, How will the resend password link / invite member work in a self hosted environment?

infosec certification?

Hi Novu, do you have any infosec certification/s that you can share? eg: * ISO27001...

Not able to run pnpm install

I have added a new provider by creating a seperate branch and I am trying to run pnpm install but it is failing with error This error happened while installing the dependencies of @novu/[email protected] @Novu/dal is not in the npm registry, or you have no permission to fetch it. ...

Region is missing

Any idea how to fix this? [Nest] 16 - 06/24/2023, 6:41:42 PM ERROR [ExceptionHandler] Region is missing...

logger-1.min.js

Hii, In self host novu there's a request to cdn.lr-in-prod.com/logger-1.min.js. What's the use of this?...

Email custom html

Hi when i am sending email with custom html I have such a wrapper around my message. Is it possible to remove it?

Novu's free tier comes with 10K events. What is an event exactly?I

Is an event in Novu defined as the triggering of a notification?

Sending emails

Hi, I have self hosted novu and got such a problem. I am triggering email sending with some payload and "to" body which have to contains subscriberId and email. I have discovered that subscriberId not have to be the real subscriberId but just some text, but if email is correct the email message will be send to that email. The problem is when I send few emails to different receivers but setup same subscriberId in "to" body then it sometimes happens that all emails goes to single receiver or some...

Messages count limit 100

I'm using this api https://api.novu.co/v1/messages and noticed a few issues: issue 1: totalCount in the response seems to be always 1000 regardless if we create/have more messages issue 2: https://api.novu.co/v1/messages?page=20&limit=50 combining page and limit doesn't seem to work with hasMore in the response, as we are getting this property as false but if we change the page value to 21 we get newer messages Can anyone please help? ...

Notification on workspace level

Hii, I have read the docs of novu.I need to ask a question.Suppose there's a user who is added into 2 workspaces(A & B).In the subscribers feed of novu, the user will have only one subscriber id.Is there any way in which the notification can be delivered on workspace A when the user is logged within workspace A not on workspace B since i suppose in novu a single user is a single subscriber?

Self hosted novu

Hi I have self hosted novu using docker as per documentation. My ui uses angular framework. Thus i have configured socketUrl => (http://localhost:3002) for local testing on my angular app. But while sending notification to my subscriber the novu app is also receiving the same at port 4200? Along with this, I am getting this react error whenever I click on the notification....

CORS issue

Trying to get thing stood up in AWS, however I'm running into a CORS issue. I have the API running at https://novu.mydomain.com, and the web variant running at https://web-novu.internal.com. I have set the FRONT_BASE_URL environment to https://web-novu.internal.com/ and my NODE_ENV is production as per other CORS issues I found before creating this post. When I navigate to the login screen, and attempt to login, I get the CORS preflight error....