Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

novu/headless how to destroy session?

how to correct destroy session?

Novu api slower than few hours ago

We're testing a emergency alerting service, build on top of Novu. We integrated Twilio. Yesterday, we got a SMS within 5 seconds. Today, it takes almost 30 seconds. Looking at the History tab in Novu, it takes approx. 20+ seconds for Novu to queue the SMS at Twilio. How to fix this?

Bandwidth

Can anyone help me out with ban

costs of events per license

Hey there, I'm new to novu and checking some feasibility. 1) The Indie Dev license mentions 20k events included on the plan up to max. of 100k. Is the any additional costs if we use more than 20k events? E.g. 21+ events. If yes, how are the additional costs calculated? 2) If we start with the free version, what does it happen if we reach 10.001 events? ...

send array to trigger

Hi, can I send an array of users to the trigger instead of just one?

bandwidth account

I am setting up a trial account in bandwidth for accessing the sms api, to include this under providers in novu? what should I provide under company's name and company's email? Is their anyone who has created account on bandwidth?...

facing issue

Why can i only use one of the chat channels (either discord) or (slack) for all my workflows? and not have slack on one workflow and discord in another?

Where to check the topics that I have created?

Hey is there a place where i can see the topics that i have created

help in setup

I am new to Novu and need help in setting up the project locally.

Facing issue with Slack Integration

Hi tried and i am not getting any error but i am also not getting any message from novu to my Slack export const Slack = async (Msg, res) => { try { const novu = new Novu(NOVU_API_KEY);...

hide settings icon from header and footer logo in Iframe embed UI

Hi guys, I want to remove settings icon from header and footer logo in Iframe embed UI widget, can any one help?

Enable the email provider in local setup

I am trying to make some changes in the UI of the workflow settings, and I need to check something by enabling the novu email provider, but currently I cannot do that since the free Novu provider allows sending 0 emails per month. Can you tell me how can I check the same then?...
No description

Removing all notifications

I have an objective of removing notifications sent to a specific subscriber. I'm currently testing the following method: ```typescript headlessService.removeAllNotifications({ listener: (result: UpdateResult<void, unknown, undefined>) => {...

SendGrid overrides not working

Hello, I'm trying to remove the unsubscribe link present in every email sent by SendGrid. SendGrid allows this by setting a flag "tracking_settings.subscription_tracking.enabled=false" - as seen here: https://docs.sendgrid.com/api-reference/mail-send/mail-send This works when using directly the SendGrid SDK but not through Novu....

Bypassing credentials

Hello, we don't have to manage the credentials separately for each customer. I want to manage only one credential for each channel in our system and not manage it separately in Novu. Is there a way to bypass the credentials of the request without managing the credentials in Novu? THX 😄...

Changes in code not getting reflected

Hi @unicodeveloper I have added a email provider template, but it just doesn't reflect in the UI. can you please help me? I have added handler, added it to mail.factory.ts and similarly for email.ts too, but its just not reflecting...

Cannot find subscriber id after signup

Hi all, I'm using Novu for the first time in an angular app and cannot find subscriberId from in the subscribers section of the dashboard.