Novu

N

Novu

Join the community to ask questions about Novu and get answers from other members.

Join

💬│support

🚀│general

Send an in-app notifcation to all people in cc of an email

For cases when I want to send a single email to a user A in ‘to’ and 3 users in CC: [B,C,D] and also 4 individual in-app notifications to A,B,C,D, achieving this with a single workflow doesn’t look possible. The only possibility we found is creating 2 different workflows with a single step in each (one workflow has an email channel while other has an in-app channel). The problem with this flow - if these workflows are enabled in preferences (not marked as critical) then the customer will see 2 workflows on their end which are essentially same and they will have to either turn off both or turn on both to stop receiving or continue receiving these notifications. Any ideas how one can acheive this?...

Help regarding issue #4533

I actually solved this issue and PR was also merged but this issue is again opened because not all cases was covered, And now I am not able to figure out how can I tackle this. I just need some hint to solve this....

Wrong encoding with notifications templates

Hi, here is my code : ``` const { Novu } = require('@novu/node') ...
No description

docker image issue => apps/api : "npm run docker:build" issue

When i build docker image and replace that image in docker/local/deployment/docker-componse.yml with 'novu-api'. then i run "docker-compose up -d" i am facing issue when i do following ->go inside Workflows-> "abc" email is added there. (workflow with email configured ) ->then in "Workflow Trigger" i am testing that workflow with valid registered subscriber...

Not able to create build for particular api as we have made changes in code as per our requirement

we are using currently docker based deployment and we are not able to make build in pm2 also

Push fcm title body variables

How can i have dynamic title and text for push notification? I dont want to send hardcoded text from workflow.

push notifications grouping

Hello, is there a way to group notifications based on some id? e.g. group chat messages based on room ID.

IS_MULTI_PROVIDER_CONFIGURATION_ENABLED

I have multi configuration turned on and then provisioned new integrations through the API, I then get the error about not having a primary integration. I would see this a design issue with the API that it does not implement the business rules. I assume these to be that there is always one primary. I have confirmed the business rule by poking the data on the primary field in the integration....

IS_TEMPLATE_STORE_ENABLED when enabled looses testing integration

Sorry, I can't find the documentation. Feel free to point to it. ghcr.io/novuhq/novu/web:0.20.0 When template store is enabled, I can no longer find a way to test the integration. The "disabled"/previous version does the test on "Update". What have I missed? It's a great/necessary feature (although the previous version can be painful for saving)!...

Control open/closed state of NotificationCenter

Is it possible to control the open/closed state of the NotificationCenter (React)? I want the NotificationCenter to close when I click an Action. Currently, the NotificationCenter remains open when I click on an item's Action button. Ideally I would be able to set an open state on the NotificationProvider...

self

How to setup novu web with docker for contribution? Self Hosting
No description

How to get the count "unread" feed of a subscriber?

Is there any APIs available? I am looking for python SDK...

Bulk create subscribers not re-creating deleted subscribers

Good day! I am experiencing an issue with bulk subscribers creation endpoint. Steps to reproduce as below: 1. Create new subscribers with the bulk creation endpoint, the result is 201 with the created subscribers in the created object (img 1). 2. Get subscribers show the created subscribers (img 2). 3. Delete the subscribers (img 3 & 4). 4. Create the same subscribers with the bulk creation endpoint, the result is 201 with the subscribers in the updated object (img 5)....
No description

How to set a sender on a .NET SDK request?

Hey guys! I have multiples senders for e-mails notification, but idk how i can choose one of them when I create a event trigger using .NET SDK. Can you help me ?...

Getting tooltip error on mailgun and twilio workflows

Hope everyone is doing well. I have configured my mailgun account in the integration store and got the email notification but I am getting this error on workflow "some steps are missing a provider configuration, causing some notifications to fail"...

Obtaining Digest Data

Hi all! We have a use case where we want to show certain types of notification UI on the frontend based on the number of digested events. Our UI is a bit complex, so writing html in Novu's admin panel is impractical for us. Is it possible to obtain any of the following:...

Trigger a topic

Hey all! Today I updated the .NET SDK to the newest version and I try to send a notification to a topic. The novu.Event.TriggerTopicAsync method which is mentioned in https://docs.novu.co/quickstarts/.NET#sending-a-notification-to-a-topic is not available in the newest SDK version 0.3.3 ...

Mark all Push-Notifications as read.

Hello, I have integrated Novu in with a NodeJS backend which serves a React Native frontend. I am using push notifications with expo and have followed the docs around sending messages. I have successfully sent push notifications and built out the UI for showing the feed to the user via the ...
No description