Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Issue with hosting Novu

I'm having issues hosting novu under a context path with nginx proxy. Any ideas on this?

Creating subscriber w/o sharing data

Is there any way without sharing our users info to Novu can we send notification to them

Is there an API to bulk-delete workflows?

I have tests that create workflows and it would be great for to bulk-delete them in the cases where my cleanup step does not run successfully

Dynamically send html to email integration

Hello , I am wondering if there is a way so i can send html for example a table(for orders) through trigger event.I have an email integration with sendGrid .Thank you in advance....

Package versioning/tagging

Can someone point me toward the versioning of packages in the documentation/source? Am I correct? Looking at the container repository for api https://github.com/novuhq/novu/pkgs/container/novu%2Fapi...

not able to login, showing network error

Upgraded to 0.17.1, was working fine only, now the workflow is showing empty. Also when logout and tried to login again then getting network error. Not able to sign in

Access a variables outside of {{each}} method

I would like to transmit a payload to my layout: { a: 'a', arr: [] }. While iterating through the 'arr' using {{each arr}}, I intend to access the 'a' element. However, the step variables seem to assume that I should have a property on every element of the array. ...

Docker compose (pull)

I am hoping someone could explain why a docker-compose pull fails WHEN I change the images (api, etc) to ':latest'. After doing that the the mongodb and redis pulls fail. eg from docker-compose.yml api:...

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?