Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

I am unable to create a subscriber using react client sdk from my local

Getting CORS error while using novu.subscribers.identify("789", { firstName: "Sumit", lastName: "Saurabh",...
No description

Consuming events from digest

Is there any way of consuming the content from digest? I dont see any direct api. Do we need to manually cancel all the triggers? Is it possible to cancel all triggers associated to the current digest?

update in Email digest behaviour

Earlier I was having a digest which was daily scheduled and I triggered few events and now I changed it to 2 mins. Even after which triggered events are being combined into daily digest due to which I m not able to recieve the email.

Slack notifications directly to user functionality

Following the integration with Slack, I've successfully been able to dispatch notifications to channels and conversations using the generated webhook URL. Nevertheless, the specific need is to send notifications via the Novu App directly to individual users instead of channels or conversations. Does Novu support this functionality?

Custom TTL for in-app notifications.

I have a requirement in my project to remove notifications that are older than 30 days. From documentation, I was not able to find any way of configuring the ttl and figured out that the default ttl is 6 months for in-app notifications. Is there any way to modify the default value from 6 months to 30 days? I shall be thankful.

Can change placeholder

Tried adding FCM for push It took me 5min to figure how do i enter value in this box after creating. Tried going to docs! Then realised that the eye button also allows us to edit it and not only view...
No description

False activity feed error when triggering an iOS push notification using FCM as a provider

When initiating a workflow featuring a 'Push channel' step (node) with FCM as the provider for delivering notifications to the subscriber's (end user's) iOS device, the notification is successfully delivered; however, an error occurs in Novu's activity feed.

Adding a new Credentials Enum

So i'm working on issue 5033, and when I go to add a new CredentialEnum to provider.enum.ts to the CredentialsKeyEnum, i'm getting the error in the attached screenshot. Once placed, i run pnpm run setup:project and it fails. I'm following the guide just to make sure I'm putting the new field where it needs to go, but i'm not entirely sure if I'm missing a step that isn't documented or what. Modified provider.enum.ts snipping: ```ts...
No description

How can we get newly created organizations api key using novu api.

now we have organizations apis to create and update, but get api doesnt provide api key details as it's associated with environment and now get v1/environments restricted to get current organization env not all.

API not connecting on Production

Hello, I'm using the Novu SDK for Java, I can connect, create, launch triggers etc while working in my local but after launching to prod, the app doesn't connect anymore and I get this error message. 2024-01-04 19:10:31.110 ERROR 1 --- [ XNIO-1 task-2] co.novu.common.base.Novu: Error creating Subscriber org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 Unauthorized: [no body]...

Can I define Step Variables that are not rendered nor used in the step?

eg: setting some vars to be used as metadata alongside the step variables that get rendered

Integrate Slack without incoming webhook

Hi guys, Currently i am trying to build a solution in which Novu could post direct message to each team member through a slack app. Since the current integration with slack app is only through incoming webhook, creating one for each member will be a tedious job. We want to leverage the https://api.slack.com/methods/chat.postMessage and https://api.slack.com/methods/users.lookupByEmail in order to perform this process. I would like to know if there is already similar solutions implemented. Also, in the case of none existing similar solutions. What should I do to include this solution to the Novu system? ...

Template handlebars helper - groupBy digest aggregation

Hi, is there currently a way to "groupBy" the values of a field on events in a digest and aggregate them? For example, if I have a digest with 2 events [{ count: 2 }, { count: 3 }] and I want to create <h1>5</h1> element in my template (sum the field count). Thanks...

API Logs show created, but activity feed shows no emails sent

Hi there, initiating a workflow for topic publish, and my api logs show it was received and created, but I'm not showing any execution of said workflow in the activity feed, nor am i receiving an email.
Api log showing created attached, as well as a screenshot of activity feed (that should show digest / email for today)....

Review Required For Integration Approach.

Below is the system I aim to build and Approach I took. Can you please review and let me know if there is any better way we can integrate with Novu ? - The system consists of U users, each with access to at most E entities. - Each user can access only one entity at a time. - I aim to manage notification preferences at each User X Entity level....

Payload JsonObject not getting parsed from Swagger in .net

Hi There, I am trying to pass a JsonObject for my custom Payload and when I try to use System.Text.JsonObject for the payload with [FromBody] attribute the value always shows me null but when I use JObject for payload with [FromBody] it works fine I think its a limitation from JSonObject.. https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/migrate-from-newtonsoft?pivots=dotnet-6-0#polymorphic-deserialization ...

Bug with Patch Subscriber

Hello, I have this code ```py...