Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

hello hello! I’m trying to upload a brand logo to emails and it keeps bouncing bouncing me

Every time I try to change brand logo in the workflow builder I get bounced and taken back to the main workflows page

Promoting changes results in 500 error

Hey hey I'm trying to promote some changes from development to production workflow. We have 2 steps in the workflow: one In-App and a second one is email sending. I've updated several fields in both steps. ...
No description

Production api keys Unauthorized

Hello, I am using novu cloud. I created a workflow for development succesfully using the following code from python sdk: template = NotificationTemplateFormDto( name="123", notification_group_id="66b6966dd0a367cc890a1515" )...

Novu Studio not working

I tried following the nextjs getting started guide but after I have started the Novu Studio by running npx novu@latest init --secret-key=xxx the web app only shows "Waiting for you to start the application" and in the console I can see, that the health check route was successfully accessed GET /api/novu?action=health-check 200 in 645ms and also the novu cli correctly lists the api endpoint. I also made sure that the env variable is correctly set. What else can I do? ...
No description

Using Novu to send push notifications via FCM

Hi. I try to use Novu to send push notifications via FCM. According to the docs https://docs.novu.co/integrations/providers/push/fcm I enabled the FCM integration - got my service account key from the Firebase Console, pasted the entire JSON file content in the Service Account field of the FCM provider in the integration store on Novu’s web dashboard. Then following this guide https://docs.novu.co/integrations/providers/push/fcm#setting-device-token I try to add the subscriber’s device token. An...

Any limits to sending to multiple subscriberIds?

Is there a limit to the number of subscribers on field to for sending out to multiple subscribers?

Cannot create a topic via API Docs playground

The api is telling me that both params must be strings, but cannot change it. Maybe I'm doing something wrong... So, I cannot create a topic via this playground in api reference. Please help.
No description

How to set "content-available" for Expo Push Notification?

How I am able inside a workflow to set the _contentAvailable Parameter as specified in the expo Documentation? https://docs.expo.dev/push-notifications/sending-notifications/#message-request-format...

How much time to wait to trigger notification after promoting workflow

Notifications were working fine on dev env. I promoted the workflow to test on production env. but I am getting: workflow_not_found response. Response: {"message":"workflow_not_found","error":"Unprocessable Entity","statusCode":422}...

fetchUnreadCount capped at 100

Hi guys, i'm using headless on vuejs, and when i call fetchUnreadCount, it always returns 100 when i got more than 100 unread notifications. So i would like to know if there's a way to get the full number of unread notifications...

How to skip the workflow if subscriber is not configured for this channel

I receive the error "Subscriber does not have a configured channel". This happens if a subscriber is not configured for this channel. This is ok that not each subscriber is configured. But I would skip the step, or maybee end the workflow.

Unable to connect to local studio when using self hosted version.

When i try to connect to local studio using my self hosted version as dashboard it doesn't redirect to local studio after authentication. I used npx novu init --secret=SECRET_FROM_MY_SELF_HOSTED_SERVER but when i click on studio link it redirects me to my dashboard but not to my local studio. Am i doing something wrong?...
No description

novu push notification with android emulator not working

Hello, I was wondering if novu push notifications works with android emulators? I have same setup on production which does work and i get the notification when i’m not using the app But when trying it on emulators it doesn’t work. Is this a common issue or am I missing something This is an example of sending a notification ...

ETIMEDOUT

ETIMEDOUT: when I try to send an email from a customised provider. I am using novu self hosted

Using nested translation variables

We want to create some complex notification massages that require to have nested translated messages/variables. We want to have two translations of same message: "{{firstName}} has changed the status to {{newStatus}}." (English) "{{firstName}} hat den Status auf {{newStatus}} geändert." (German)...

tenant vs Topic

I want to send all notifications grouped into organizations/tenant so we are willing to: Sub the user to all that tenants to receive the notifications at db triggers. Let the user know from which tenant the notif is coming with a badge/color....

How to Deploy Bridging Framework at Production VPS

Is the cloud production version in need of a dev server bridging even for production and cloud version? Im a bit lost in this as we had the 30 days free trial and still need the dev server to receive the notifs...

Headless Service

How can i get all notifications count?