Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

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....

Status of translation support

Hello novu-community, first of all thanks for building this awesome product - it seems like the perfect solution for all notification issues 🙌 Right now we are planning to introduce novu as notification provider at my startup. We are building a Digial-Asset-Management SaaS platform which is multilingual. For that reason we need to create our notification concept also multi-lingual....

Send large HTML as payload in the trigger event

Hello, I have a Rails backend which sends emails through Mailgun. My workflow right now is the following: - Define a template as a HTML file with tags. - Render the template as a HTML string and substitute the tags. - Send the HTML string to the Mailgun API, because their API has support for a HTML property which receives HTML strings ...

VM instance on GCP becomes unresponsive

Since I setup Novu with docker on a vm instance in gcp, without any real traffic, I have noticed that the vm becomes unresponsive after a couple of days, I recently increased storage to 250gb to check if it's a storage issue, and also increased the vm memory to 8gb and today the vm is unresponsive again, I am unable to ssh into it, and typically have to shutdown and start up again to regain access. has anyone else experienced this? any directions as to what could possibly be going wrong?...

How to add a feed to the in-app step of a template from the API?

Just recently discovered feeds for the in-app notifications and I have 2 questions: 1. With the create notification template endpoint, can you define the feed of the in-app notification step? 2. What can we do with feeds? Does the React component provide a way to add tabs to the notification center to group notifications by feed?...

ITriggerOverrideFCM Overrides don't match Docs

Having a few issues getting FCM notifications to not trigger twice in the onBackgroundMessage listener of our app using FCM and webPush. Part of the problem that makes this more confusing is that the Docs on https://docs.novu.co/channels/push/fcm/ don't match up with the types provided. ```...

Getting Next page using useNotifications

Adding the question asked by @vortovor " Hi, is there a limit for notifications count in respose of useNotifications()hook? I am getting always 10 items even though more than 10 notifications was sent. "

How to know if trigger event failed?

I have a test app where I created test-template, which has 2 steps, push and in-app. If the push step fails, the trigger event will stop, and right now I am sending the notification to a user that has no push subscription configured, and the template fails succesfully. However, the response I get is the same as if the notifcation was sent correctly. It has no errors, it is acknowledged and with status processed. So, using the API, is there no way to get a failure response when the transaction actually fails? In the pasted image you can see the trigger event done to the user with subscriber_id 100, and a response which indicates success, but in the dashboard the trigger event is marked as failed....