Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

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

How to locate a particular div

I am not able to locate the chat icon at right bottom, The chat icon is overlapping with update button and I want to fix that but this icon is not present in code, Can someone help me to solve this issue? Integration Store -> sidebar...
No description

Facing 400 Client Error: Bad Request for url: https://api.novu.co/v1/subscribers/bulk

I am trying to use bulk_create method, but facing this error: ``` Traceback (most recent call last): File "/workspace/blank/tt.py", line 59, in <module>...

using novu-sms provider running into 21612

hi team! im using novu sms provider but running into some errors. here are the details. my email was sent successfully tho ```bash { "providerId": "novu-sms", "identifier": "novu-sms-YQrT1DHao",...

Notification Center

how To subscribe to two different subscriberId values on the client-side ?

Amazon SES Email Feedback

I want to monitor email opens, clicks, bounces, etc. and am using SES as the email provider. I can check the transaction id when a workflow is triggered, how do I check whether the email was opened? clicked?

What is the functional difference between Tenants and Organizations?

I read through the documents and it seems to me like there is a bit of overlap between Tenants and Organizations. I know that there is still work in progress for Tenants. But as it stands now, I do not see what the functional difference is. Based on the UI, I know I can create multiple Organizations which gives me the ability to define different channels, workflows, etc. for each org. However, unless I am missing something, I do not need any organization information to create a trigger. (Please correct me if I am wrong.) If you do not mind, will you please provide a little more detail on the differences between the two and how they should be used? ...

Unexpected error in API

Unable to send a email

Angular 16 Rough Estimation Release

Hello, do we have a rough estimation on when Angular 16 will be supported for Novu?

FCM overrides - @novu/node

Hi, I have installed @novu/node, but in the execution of the trigger in the field overrides.fcm the properties webPush, android etc. are not present.

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

I've tried spining docker using docker-compose.yml from development folder. But after running the container, theres not instrcutions how to start contributing in any particular app. I'd like to contribute to web. I tried running Dockerfile which is in the web but it terminated with some errors like prittierrc and prittierignore file. After creating those files it will throw some new errors. I need assisstance wither one of them as below...

Custom SMS and WhatsApp provider

Hi All! We just found about Novu and we actually interested to use Novu, specifically the self-hosted version, as our internal notification system. We have some question about the provider implementation. Let us know if we're asking in the wrong place....

getting this error when i try to run `npm run start:web`

context: npm run project:setup has finished successfully and the development compose is also up. also i have set the node memory size to 8192 in env system variables
No description