Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Is there a way to see how many people are connected to the web socket?

I can see you have a feature for detected whether users are on-line; was wondering whether we can get a read on this? Asking so that we can tell roughly how many connections are supported on our fargate containers so that we can project costs Thanks in advance!...

Airtable Novu Integration

Does novu have an integration with airtable?

Multiple Emails in Novu

Is it possible to send emails from different email address in novu?

.NET Client JSON Serializer exception when deserializing CreateSubscriber response

Hey guys, I'm trying out the .NET sdk (v0.2.2) pointing to api.novu.co (the default) and when creating a Subscriber I get the following exception: `` Refit.ApiException: An error occured deserializing the response. ---> Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List1[Novu.DTO.AdditionalDataDto]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly. To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object....
No description

missing REDIS_PASSWORD in env

just noticed that the docker-compose and sample_env do not contain entries for REDIS_PASSWORD, this makes it difficult to authenticate to any redis endpoint that requires authentication.

setup self-hosted novu on aws-ec2 instance(ubuntu 20.04) but not getting api-key

I have setup self-hosted novu using docker-compose on my aws-ec2 instance(ubuntu 20.04) after sign up unable to copy api-key from UI

Remove Corrupted Promotions for Deleted Workflows

I have been adding a few workflows on the side and when I add a workflow then delete it. The promotion says even though the workflow is deleted. Is there a way I can manually delete these?...
No description

Preview SMS notification content

Hey Novu Team! Is there a plan to implement a preview option for SMS notification content?...

Where and how can I edit System Variables?

How can I effectively modify and incorporate new system variables, or simply variables, into Novu?

AxiosError and Notifications not being sent

We are accessing the Novu API (Novu Web/Hosted Version) using the @Novu/node package and recently when we try to send bulk notifications we get this error: ```AxiosError: Request failed with status code 400 2023-08-11T14:08:20.625 app[e784e33f900183] iad [info] at settle (/app/node_modules/@novu/node/node_modules/axios/lib/core/settle.js:19:12) ...

How can I show a notification in the notification center as deleted without refreshing?

When I use the API to delete a message: https://docs.novu.co/api/delete-message/ it remains in the notification center until the page is refreshed. Is there a way to have this removed from the notification center feed without a refresh being needed?

Unexpected provider error

Hi, I'm currently running novu locally using docker compose. I set up a basic workflow that sends a push notification. I set up the FCM provider. I then use the following script to send a notification: ```js...

Subscriber missing recipient details

Hey can someone please help me, getting this error, here's what's my code looks like ``` await novu.trigger("event_name" { to: {...

How to create subscriber using LDAP and Zuora

we use LDAP and Zuora for user management may I know what would be the best approach to create subscribers for each user and how we can maintain them on Novu? by @Nish...

Any documentation for invite members functionality?

Can one organisation can have only one admin ? how can more users be added for already created organisation ? what is invite members functionality ? @Support...

Enable SSL

How can i configure SSL for all aaps? can you please guide me?...

Purge old data

Is there a mechanism to purge or archive old data? Some companies have policies to archive old data after certain number of years so just wanted to check if Novu has a process to take care of it.