Workflow
Hi,
I am trying to get a workflow running following this doc word for word. - https://docs.novu.co/framework/quickstart/express
The studio never bridges and is asking me to create the nextjs version,
npx novu@latest init --secret-key=xxx
My endpoint on http://localhost:4000/api/novu is working and returning:...Multi-tenant + Pushpad for Push Notifications (Active blocker for our development!)
Hey everyone. I work at Bask, which you guys actually have featured in your homepage!
We are trying to use Novu as a way to deliver push notifications via Pushpad. But as a white-label application, we have a multi-tenant architecture. To accomplish this, I am planning on the following:
- Use a different tenant on Novu for each of our tenants
- Add a different Integration in the Integration page, per tenant as well...
WhatsApp messages through Twilio
Hi Team, may I know when the feasibility to send WhatsApp messages using Twilio was added? Also, does it work with version 0.22.0?
Novu Cloud | Multiple Slack destinations together with Email and In-APP
We're building a B2B application that provides services to our customers. For user management, we're using Clerk, where each customer is associated with a Clerk organization.
Each organization can have multiple users, and we’re designing a system to support three main notification workflows:
Notification Workflows:...
Consuming digested messages using Headless
Hi,
I've set up a 30 second timer to digest notifications based on the default subscriber id. The notification object I receive after sending 10 notifications is the first event I triggered, with no additional data such as if it is digested or anything like that.
Additionally, the Novu Inbox component that is visible in the upper right-hand corner in the Novu Studio also shows the first notification I sent and no digest. ...
User Preferences Question pt 2
going back to this thread, I had another question. Is it possible to have user preferences about a channel that is never used in a workflow? For example, I have a "file collected" workflow which sends an in app notification, then has a custom step that triggers my summary email step. In my summary email step I would like to check the email preferences for the "file collected" workflow. However, the only preferences that seem to exist are in app notifications because that is directly used in the file collected workflow.
Here is the relevant snippet of the json response i get back from my list preferences call. as you can see the only channel is
in_app
.
```...User Preferences Question
I am creating a set of workflows that all trigger another summary workflow at the end of theirs using a custom step. Similar to this example. This summary workflow digests for 24 hours and sends an email summarizing everything that has happened. I pass in the workflow name in the payload to the summary workflow. Inside the summary workflow, I want to che...
Integration of Generic SMS
Hello Everyone, I am trying to integrate https://afromessage.com/developers into Novu Service using Generic SMS. But I am having some problem. After setting the required fields it failing to Send the SMS. But the email channel works in the same trigger.

Looking for GitHub branch for Novu v2.1.1
Hi everyone,
I'm currently looking for the GitHub branch that corresponds to version 2.1.1 of Novu.
Could someone kindly point me in the right direction or let me know how I can find it?
Thanks in advance!...
NOVU In-app Notifications
Hi everyone,
Hope you're all having a great day!
I have a question regarding Novu and in-app notifications.
...
Topics missing from subscriber info?
I've been testing Novu Cloud, but I experience something strange:
https://eu.api.novu.co/v1/topics
```
{...
Expo device token in the trigger payload
I have a use case where one subscriber may have two different expo tokens intended for two different apps.
In order to ensure that the right notification reaches the intended app, instead of setting the expo token in the user credentials, I am sending the token in the trigger payload based on the type of notification to be sent.
However, I have observed that every time I invoke the trigger API with the expo token in the payload, it also saves it against the subscriber id....
Push notifications and webhook in same workflow
Hi, I have the requirements to build a workflow where we send a Push Notification to the user via FireBase and, in another step, we should send a webhook to our backend in order to trigger some events. I configuered both providers as Push, like seems to be the only viable option, but I couldn't find a way to configure a workflow to satisfy this requirement, looks like that Novu picks up always one provider and does not let you choose which one to use for a specific step. Could you be so kind to...

Sync to Production or Sync to Development is not Working Properly
Hello @Pawan Jain @Tomer Barnea I am facing some problem for syncing delay steps from production to development or vice versa
exact time period is not coming after syncing it is coming always 15 mins...
Inbox Not working
Hi,
I just created my Novu account to start adding notifications into my app. I got all the way through the process and added the Inbox element into my app. The Novu Dashboard says the Inbox element connected successfully, but I get Next.js error (attached) every time I refresh the page. When I removed the Inbox component, the error disappears.
Also, the docs (https://docs.novu.co/platform/quickstart/nextjs) say to put the Inbox component directly into my layout file, but the example shows that it should be inside of a 'components/inbox.tsx' file, and it doesn't show how the Inbox would be integrated into the actual page.
...
Skeleton in editor
Hello! I am selfhosing the provided v2 Docker Compose on a custom server with subdomains. When I try to go to the Studio, I am met with a blank page. Same goes for the playground, since it's trying to connect to localhost:2022/studio, but is running on a remote Docker container.

UI for Novu v2
I'm currently on v2.1.1 and when I login I see the Workflow tab but I am unable to create new workflows via UI.
Additionally, I noticed v0.24.0 had a Brands tab that allowed me to configure the logo and add email templates, but I am no longer able to find this tab in v2.1.1 (consequently, no longer able to change logo or add new email templates or modify existing email templates).
First, I want to confirm that this is the expected state for v2.1.1 in terms of behaviour?...
Workflow name not translated in Preferences component
Hi @Pawan Jain !
I'm having issues with the translations of workflow names in the Preferences component.
As you can see in the screenshot we are using i18n to translate workflow names and it works correctly in the Inbox component, the problem is that it's not working in the Preferences component so the workflow names are still in english even if the locale is set on "it".
Is this an issue of i18n configuration or something regarding Novu's component directly?
...

Angular UI Support
Hi,
A couple of weeks ago I was inquiring about Angular support, as I had found novu/js/ui by accident. (https://discord.com/channels/895029566685462578/1351558778042056816)
@Pawan Jain answered that Angular support is not planned, but I can see that you have now included that in the docs the same snippet I sent with no updates in the github repo. ...