Novu

N

Novu

Open Source Community by Novu

Join

πŸ’¬β”‚support

πŸš€β”‚general

Multiple feed identifiers subscription

Hi, I'm trying to fetch notifications through the novu/headless using multiple feed identifiers but it doesn't seem to be working. If I set the feedIdentifier value with a string it works as expected but setting in an array value for the query parameter is failing, is there something I'm missing?

Using global preferences

Hey, I'm using global e-mail preference for my "unsubscribe" link in the e-mails i send out. I would however like to show the correct state if the user has already opted out on the email and set the global preference to false. But it seems that there is no way of fetching the global preference state? Seems perhaps that the changing the global preference only sets the e-mail to false on all my workflows, is that correct?...

Using Subscriber in Topic trigger

Hi, When triggering a topic, is it possible to access the subscriberId and firstname? Trying to send an e-mail every week to all subscribers using a topic but want to include the firstName in the e-mail....

Novu API Error with Remix

Hi, I'm trying to setup Novu framework in a fresh Remix project created with this command: npx create-remix and following the Novu quick start guide for Remix, but the /api/novu endpoint throws an error: ``` Named export 'checkIsResponseError' not found. The requested module '@novu/shared' is a CommonJS module, which may not support all module.exports as named exports....

Novu versions and packages

Two questions: What is the difference between the 0.x and 2.x versions, especially from a self-hosting point of view? Also, out of the list of packages available in the Novu GHCR, which ones are absolutely necessary in order to run Novu (I'm assuming packages like api, worker, ws) and which ones can be ignored (I'm assuming packages like web, widget and embed)?...

Intercom as a dedicated Provider in Integration Store?

Please clarify if there are any plans to add Intercom chat as a dedicated Provider for Novu? Right now to get Novu to post to Intercom a Push Webhook with a self-built api layer to transform the response format are required. Asking since you guys are using Intercom yourselves and so do we πŸ™‚...

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

Issue with check And Active Validation for SMS Integration

Hi, team! I have a question regarding the parameter check And Active while creating an integration: When I set it to true, it validates my email integration successfully, but it doesn't seem to validate for SMS. Is this expected behavior, or am I missing something in the configuration? ...

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

Better Readme on Novu Init

Guys maybe this info thats here could fit in a good shape at the readme file. As i passed like 20 minutes trying to identify how to start the dev mode and bridging all there. My readme looked like this: ``` Novu Bridge App ...
No description

External Providers

Hello πŸ‘‹ I would like to use my own solution to send SMS & Mail via API is it possible or planned for the future ? Thanks in advance πŸ™‚...

Novu Endpoint URL Self Hosted

Good day everyone, In the process of deploying a fresh copy of novu being updated and all (2.0.1), It's running in k8s and it's all up and running, but the Web UI endpoint is pointed to the demo URL https://deploy-preview-8--onboarding-sandbox.netlify.app/api/novu, I am unable to change it to my API url I get the following, I've tried many different route combinations thus far without avail.
No description

Unable to connect with novu in react native sdk

In image 3, I’m using the React.js SDK to connect with Novu and render the list of notifications. In image 2, I’m using the React Native Novu SDK provider and importing it at the top level of the app. In image 1, I’m using the custom hook useNotifications provided by the React Native Novu SDK to fetch the list of notifications....
No description

Socket updates stopped working!

We are on eu.novu Since this morning, I noticed that socket updates are not working anymore. read / unread's are not updating, and the inbox isn't receiving new notification socket updates anymore. We didn't change anything, it seems to be an issue with your socket server / backend. Please help as this affects our production app...

Changes to getPreference()?

Hi, I'm using
novu.subscribers.getPreference(subscriberId)
novu.subscribers.getPreference(subscriberId)
in my application settings to display preferences. I filter on preferences that includes in_app to display the in_app setting and vice versa for email. ...

Triggering Expo Push notification with Overrides configuration does not works

Hello everyone, I am trying to trigger push notification with Expo. Almost everything works however when I include custom configurations with the overrides I am not able to locate them. So basically my usage:...
No description

Title not shown for expo

We are try to send with novu 0.24 an event to expo. The title is not shown and it also does not helm to modify the workflow step and to add static content to the title. Is this is a known bug?...

Image in In-App notification.

Is there example how to install media content( image, video) in IN-APP notification? I did not find it in documentation. <img> tags are removed automaticaly.

Workflow Creation

Hello, I'm very new to Novu and trying to learn how things works πŸ™‚ I followed the quick start with Next.js & the local studio and it works well I can edit the workflow and sync it with the online dashboard but I can't create a new workflow. I reproduce the same architecture with the folder in the /workflows, the types / workflow / index / schema files. everything seems to work but I don't see it on my local dashboard. Am I missing one step to publish the workflow or there is another step to see it in the local dashboard ? Thanks in advance πŸ™‚...

Workflow disappears from preferences after toggling in React component

We're using 0.24.2 of the React component along with workflows which have tags assigned. We use these tags along with a preferenceFilter function on the PopoverNotificationCenter to control the visibility of workflow preferences. What we've noticed is that, as soon as a preference is toggled, the workflow disappears from the preference list. During debugging, we noticed that the workflow data returned by the PATCH request that updates the preference does not contain a tags property. It se...