Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Grafana On-Call Provider

@Siddharth Asks, "Hey guys i am a bit confused on this task what is to be done here because Grafana on call gives us a custom outgoing webhook which can be used to send email or sms so it means i need to use existing provider to let user send email is it right? Secondly how to do it because i cannot find docs for that" https://github.com/novuhq/novu/issues/4438...

QUERY regarding swags...

"The first 30 contributors to get 5 merged PRs throughout the period of Hacktoberfest get the premium swag kit. The first 90 contributors to get 3 merged PRs throughout the period of Hacktoberfest get the normal swag kits" Doesn't the above paragraph contradict this sentence? _ "Win a swag pack for just 3 merged PRs!" - Both mentioned on the same hacktoberfest page of novu...

Kannel-SMS gateway details required for sms provider

https://github.com/novuhq/docs/issues/116 Hey, I have been assigned the task of adding documentation on how to use the Kannel SMS provider to send SMS notifications using Novu. Since Kannel is an SMS gateway, we will need to configure the SMS provider details to send SMS. So, I wanted to ask, which SMS provider should I use to configure with Kannel?...

Adding Rocket Chat provider to Novu

So I took up an issue for adding rocket-chat provider to Novu, I did the installation steps and initialzed a new provider, but now I am kinda stucked here. Issue: https://github.com/novuhq/novu/issues/4387#event-10548897288 I have installed @rocket.chat/sdk, i guess it is needed SDK, but it is for a Bot. Rocket-chat is a chat provider, I read their documentation and can't figure out what credentials I have to add to the libs/shared/src/consts/providers/credentials/provider-credentials.ts folder....

Filtering feed using templateIdentifier

I am using https://docs.novu.co/cookbook/introduction#fetch-subscriber-feed in my App. Is it possible to filter the notifications using templateIdentifier which can be found in the response data ? It is similar to the Workflow filter in the Activity feed, but with the template slug instead of the ID...

MongoDB : Jobs table - High number of records returned

I noticed that we have 750k records in the jobs table in MongoDB, the vast majority are marked with state of 'complete'. We have noticed that we have a high load on our AWS DocumentDB and were wondering if we could safely delete the completed job records? On the side, why are we seeing around 10k records getting read per minute? This happens non-stop over night when the system is not seeing much use....

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?