Handlebars not working on redirecturl field
I need to add some logic to change the redirect url depending on the size of the digest, is there a way to do this with handlebars or are those not working on that field? I've tried
{{#unless step.digest}} {{visitRoute}} {{else}} {{scheduleRoute}} {{/unless}}
without any luckConsuming digest in headless lib
Hi, I was trying to find an example on how to consume in-app messages that have gone through a digest using the headless lib but couldn't find any, the website only shows the notification center examples here https://docs.novu.co/guides/add-digest-to-inapp-notifications , are there any other examples I can look at for the headless lib or pointers on how to consume them?
how do I perform substraction in email template ?
I want to show follower information like with first 3 users name , avatar and followed by X other users . lets say I have the total number of followers by step.total_count , now how to I get the value of X in email template , i can not find anyway to substract step.total_count - 3 .
Do you support saving logs to a file?
I can't find it in the source code.
I'd like to save to a file for development and debug, but how can I do that?...
Message content could not be generated
I use SendGrid for emails and in-app notifications. I have several workflows, but sometimes when I send notifications, I encounter an error: "Message content could not be generated." When I check the details, I find that the "error" field is empty. When I try triggering the email again using a curl request, I see that the email is sent successfully. This error occurs intermittently, at different times of the day and with different emails. I wrote to the chat but i am left with a seen for many ti...
Fail to promote a change
I'm attempting to push some changes to production but am encountering an issue: "Notification Group Id 650c216973891288fcf4e450 not found, Notification Template: Challenge Donation."
I'm unsure where to modify this group or how to resolve this error....
Setting IS_MULTI_TENANCY_ENABLED=true
I'm trying to view the tenants page on my dashboard (localhost), so I've set IS_MULTI_TENANCY_ENABLED=true in novu-main\apps\web.env.
However, I'm still unable to see the tenants page.
How can i solve this problem? Could you please help me?...
Internal Server Error when attempting to trigger a workflow
I have an Email workflow which when I try to trigger it (via the API or using the Test in the admin UI), I get an Internal Server Error. However, it works successfully when I just test the Email step itself (rather than trigger the workflow).
Really hard to debug as the error is so generic - is there someone who can take a look at the specifics ?...
Can't join my organization team
Hello Novu team!
My company uses Novu's and they have a team where we are creating all the workflows for our system but they cannot invite me because my account is alrady created and not under the same organization??
When they sent an invite to join the team, I opened from the email but it says it cannot be accepted because the account is already created.
Is there any way I can join my org's team with this account? or maybe delete this account and accept that invite?
Happy to add details to a CS rep if needed...
Initial setup: account, organization on self-hosted Novu
Hello, we are trying to involve Novu to our micro-services infrastructure. How I can create user, organization automatically via scripts/APIs?
Building a forum with React, NodeJS
Hey, I want to start with React and NodeJS so I found your tutorials. I found one about forum which kind of interested me. Everything works great and I learned some useful things, but do you have an idea how can I connect this to phpMyAdmin/MySQL instead of giving that data into in-memory storage? Thanks!
Sending SMS via TOPIC
Hello.
I sent an SMS to the Twilo service via a topic with a few people in it.
But only one of them can receive the message.
I think it only goes to the first person in the array, but how can I send a message to all subscribers included in the topic at the same time??...
PHP SDK using dynamic properties
Hi! We've recently updated our PHP version to 8.3, and are getting some warnings for Novu. It seems like the package is using dynamic properties for triggers, which is deprecated unless the tag #[AllowDynamicProperties] us used. It's not breaking functionality, but I was wondering if it could be included in the next update ☺️
Mark All As read functionality using custom footer
I am using /read API to make all the notifications to mark as read.
The API is getting successfull. But the UI is not getting updated till I refresh the page.
Is there any other way to make this possible?...
Do you have documentation for all the available overrides on a trigger?
Do you have documentation for all the available overrides on a trigger?
Is it possible to override which channels are using when triggering an event?
I've searched for this but couldn't seem to find an answer. I want to know if it's possible to specify / override which channels in a workflow would be used when triggering an event?
I have one instance where I just want to send emails from one trigger but no in-app notification and another where I just want to send in-app messages but don't want to have to create multiple workflows....