How do i get socket url from Novu?
I'm currently working on integrating Novu for in-app notifications Socket connection and I'm a bit stuck. I need to get the in-app socket URL and also create it properly. Could anyone guide me through the process of obtaining the Novu in-app socket URL and creating it?
Is it possible to setup a schedule with echo?
I have a digest setup to send weekly emails
```ts
const digestResult = await step.digest("weekly", async () => {
return {
amount: 1,...
arm64 docker images
I can't seem to find arm64 compatible images hosted here: https://github.com/novuhq/novu/pkgs/container/novu%2Fapi
Ability to skip notifying some of Chat providers on event trigger.
If user have set multiple chat providers credentials I would love to be able to omit notifying some of slack/discord etc on the event trigger. Now it is only possible to omit the whole Chat section but not within its types.
Slack integration misunderstanding
Hi, I would like to notify subscribers to their own slack webhooks. Why do I need to set a provider to my own slack app (the provider needs all the client ids etc) when the users credentials will contain different slack urls to their own slack app and mine will therefore never be used? I would expect it to behave like Discord provider where no credentials at the provider set up are not needes and all is done by setting the subscribers own slack url.
How to send a weekly email with notifications using echo?
The following seems to only show the last notification and not all of the digested. How can I display all of them in the email?
```ts
import { Echo } from "@novu/echo";
import { Body, Container, Head, Html, Tailwind, render } from "@react-email/components";...
Differentiate tokens
Hello! Can you explain, please how we can differentiate between iOS, android and browser push tokens because we should use this information in our BE side. Thank you in advance for answer ☺️
Can we manage more granular level preferences?
use case - i created a workflow to send notification when every users mention on comment. so in that case user can manage their preferences. but if user want to opt out from particular thread. not from whole comment notifications.
Is there any way to achive this?...
email attachment SDK documentation
Where can I find detailed docs on how to use email attachments via the API or SDK? I found a brief example here using Node. But I need more.
https://docs.novu.co/content-creation-design/layouts#override-layout-on-trigger...
Having multiple errors during building the code
Failed to create bin: There seems to be an issue with creating the bin directory for novu-studio. This could be due to permissions or other environmental issues. You might want to check the directory permissions and ensure that the necessary folders can be created.
Failed to install bcrypt: The installation of the bcrypt package failed due to an error during the build process. This could be related to the version of Node.js being used or other dependencies. Here are a few steps you could take to troubleshoot this:
Check Node.js version compatibility with the bcrypt package. You might need to upgrade or downgrade Node.js to a version that is compatible with bcrypt version 5.0.1....
[BUG] Deleting sub does not hard delete?
Hi! So I am finishing my notifications setup and I deleted a sub using the SDK
...
await novuClient.subscribers.delete('subid')
await novuClient.subscribers.delete('subid')
Can't see the other team members
I have received an invitation from my team but after login using my github enterprise account I don't see the other team members. The background is that I was previously registered using my company email for evaluation Novu. I opened the invitation with another browser to prevent mixing sessions. The invitation was from EU and my previous register with email was done probably in the other domain. What can I do to see my team mates?
Does invoking a new Novu client hold a open connection?
Hi! Within my Remix app I would like to add Novu. Usually I wrap my clients in a remember/singleton function so it won't create another instance next to the other. Is this recommended as well or will Novu close the connection after it has been used?
What is diff with tenant and organization
While reading your documents, It shows that they are so similar ..
So I want to know the specific diffs .....
Multi-tenant on self-hosting
Hi. I added IS_MULTI_TENANCY_ENABLED=true to all my .env file ( api, web, worker, etc ...)
But I can not see the "Tenant" Menu ..
Can I get your help?...
Helm chart
Hi, can anyone help me with self hosted deployment
I am getting this error:
helm install my-novu . --set store.encryptionKey=$(openssl rand -base64 32)
...