Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

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

Help inviting member, they made the wrong account

I have sent an invite to a member of my org, via email, they have created their account with github and the email seems to be different, now they do not have access to my org, and have their own standalone org. I have re-sent the invite but it always gets them into thei already created account, how can we fix this?

How to edit workflow group?

I need to edit a previously created workflow group, but I realize that there is no edit in the UI interface, and I can't even find a button to create a workflow group.

Can I use novu for react-native?

Is there a similar component like notification-center in react for react-native? If not would I able to use novu in react-native application?...

self host

Hi There, I am facing an issue with Subscribers: Dummy subscribers are getting created automatically. I am creating subscribers with a custom subscriber ID(subscriberID in Novu= userId in my existing application) using the Subscriber End point But now Subscribers for existing users are getting created automatically with dummy subscriberIds and same Email as existing users....

Overrides to for email channel

I'm using self hosted Novu 0.22 with custom SMTP provider I read that I can override some attributes from this page: https://docs.novu.co/channels-and-providers/email/overview#sending-email-overrides I want to send a different e-mail than the subscriber one (Sending a link for validating email address changes before changing subscriber actual email) ```json...

Did someone managed to use generic sms provider?

I've tried to implement two generic sms provider to avoid developping a provider (Brevo for SMS there is only Email for now, and SMSMode) It seems to have a mandatory date field in the response that I don't have in one of the API. I also don't need to have authentication by token, and when switching off, and saving, it seems to be mandatory....

Issue with running migration script for version 0.21.0 self host

There is a Action Required for Upgrading in release note state that You must change the path for each script individually and run it separately. added script in // apps/api/package.json run cd apps/api npm run migration...

Failed to load resource: the server responded with a status of 401 (Unauthorized)

Hi! Every time I load docker compose up, everything runs correctly, but after a few hours I get this from the Chrome Console: Failed to load resource: the server responded with a status of 401 (Unauthorized). I can create the user and login successfully but after just a couple of hours it deletes my user and I can't continue with anything since I can't access the project anymore, is there a way I can avoid this issue?...

JavaScript heap out of memory err

Please find the other details below 1. Repo link - https://github.com/novuhq/novu 2. Instructions which I followed - https://docs.novu.co/community/run-in-local-machine#local-environment-setup-script-beta 3. OS - windows 10 pro 4. Node version 16.15.1...

Discord meme

Hi i try create discord meme by this post https://dev.to/novu/automate-memes-posting-to-your-discord-with-nodejs-and-novu-28hi and getting errors but follow the setup, can someone help me please?...