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:...
how to override from field for sms channel providers
We can override almost fields in email channel
ref:- https://docs.novu.co/channels/email/#sending-email-overrides
I see we are using
from
field from credentials here, does it mean we cannot override in sms similar to email?
https://github.com/novuhq/novu/blob/next/apps/worker/src/app/workflow/usecases/send-message/send-message-sms.usecase.ts#L265C16-L265C16...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!...
.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.List
1[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....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
in-app notification characters limit
What is the character limit for in-app notifications?
by @rifkisalim.dev
ref:- https://discord.com/channels/895029566685462578/937309213036785744/1141263127938347008...
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?...
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?