Novu

N

Novu

Open Source Community by Novu

Join

πŸ’¬β”‚support

πŸš€β”‚general

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

NotificationId in Push notification

Hello All, Is there any way there we can provide NotificationId as additional parametter for push notification, It will help us to retrive data based on notification action.

Retrieve deleted brand layout

Hello, is there a way to retrieve a deleted brand layout ? Thanks !

Outlook Email Configuration for Provider

When I tried to configure Outlook as a provider to send mail I left with an error "unexpected Provider error" when I test it from Workflow.
No description

SMTP - Gmail Configuration

We are trying to configure the Gmail Configuration of SMTP Provider. As I followed the below documentation, I can create a provider by disabling the verify "Provider Credentials" but when I try to send a mail from workflow I get an "Unexpected provider error" see screenshot attached. https://docs.novu.co/channels-and-providers/email/custom-smtp...
No description

Widgets APIs documentation

We are looking to integrate notification center in flutter app, And while looking a headless client code found all the APIs are belong undet a Widgets group and don't found any documentation for same, Is It missed or planning to deprecate in future?

Issue with iFrame Notification Center's showUserPreferences Property

I am encountering an issue with the showUserPreferences property in the iFrame notification center component. Problem Description: According to the release notes, the iFrame notification center component should support the showUserPreferences property as a boolean. However, when I attempt to use this property, it doesn't seem to work as expected. ...
No description

Production workflow not running latest promoted version

I fixed an email step in development and promoted the change to production. In the UI, both systems show the correct version of the workflow and of the email template. When I run the development workflow, I get the right email. But when I run the production workflow, I still get an error from the previous version. I have made other updates and promoted them to see if it would refresh. Same behavior: the UI shows the latest changes but the workflow runs the older version. Is the promotion stuck?...

Message content could not be generated and Subscriber does not have an active integration

Hey guys, after bumping from v0.18 to 0.22 im getting the error Message content could not be generated in a specific worfklow. In another one i get Subscriber does not have an active integration. I self host the api, web, websocket, widget and worket. All of them on v0.22.0. It happens either using trigger on web ui or @novu/node on v0.22.0....
No description

Bypassing HTML formatting

I currently am sending an HTML through the SDK, in my payload, to be rendered in an email in Novu through the tripple braces as such: {{{html}}} when I preview my HTML the formatting is ok, it's mostly text. When I receive my E-mail the formatting is off, some text is purple and the font size changes halfway through. Is there any way I can make sure nothing overrides the style of my HTML? Or some guideline I might be missing when creating my HTML?

Can't get the webhook URL from Sendgrid provider in cloud

Isn't the Sendgrid modal supposed to show a webhook url when running in the cloud? I want to trigger another notification if an email is not open after 1 day. I have defined a Sendgrid provider. The modal is supposed to provide a webhook URL that I can paste to Sendgrid , but none is visible. I have tested by triggering the workflow, got the email by Sendgrid, checked in Sendgrid that it marked the email as opened. It's all good to this point. But in Novu, no "open" event appears in the activity feed and the "unread" condition is not respected by the next step....