Getting 400 client error, when triggering the workflow wiIth actor argument
I am building an application with angular frontend and django backend, I installed the package for python, when I triggered the workflow, it workd fine, but when I added the actor argument, 400 client error, is raised, can someone hep me with this?
Error in delivering push webhook call.
I use push-webhook with a scheduled delay to call a api on my server. It was working till 2 weeks ago and things were getting delivered on time. But I checked today to see there is a error message. I need help figuring out what is the issue. Please help, this is affecting users. Would appriciate some help. Thanks.
Attaching some screenshots...
Attaching some screenshots...
Self Deployment
Hello Team, I'm new to deployment process, I have some doubts in it.
what are .env variables I must change for self deployment.
Note: planning to deploy it on s3
...
Better proxy support
Hi, I'm using on premise Novu on our cloud infrastructure. I had some issues with proxies over https leading to 502 error when using axios. It's a known issue with Axios.
I made a PR for fixing in send in blue to use cross fetch and proxy agent. It will work without proxy and also with standard proxy configuration like variable environment
https://github.com/novuhq/novu/pull/5065...
Can you make most recent message pop up so it's visible to the user briefly?
Hi, I'm new to Novu and just added the built in notification inbox. I'm just wondering if it's possible to get it so that certain key messages can popup briefly so the user sees the message without having to go into the notification inbox?
Sending Deep Link Push Notifications with Firebase Cloud for iOS and Android
How can I send push notifications with deep links ? I'm using Firebase Cloud as provider.
going to use /v1/events/trigger/broadcast to trigger workflows for both iOS and Android
Please help me on this, Thank you!!....
Is there a way to change the company name once it is created?
I have a typo in my company name but I can't find a way to change it.
Help regarding workflows
hey, so I was going through workkflows and don't really get the idea behind it? Is it supposed to be indiviual workflows for each?
Expo Push Notification does not work with big payloads
Hi there, I was trying to configure a Push Notification through Expo Push Integration. I believe, Novu sends the entire payload object to the FCM even when it's simply supposed to send a trivial notification because with larger payloads the app never receives the notifications. As soon as the payload size is reduced the notifications start flowing flawlessly. Novu Activity Logs show successful execution status in each case.
Any help would be appreciated 🙌...
How to prevent HMAC replay in Websockets
Hi there. I'm currently looking into novu and tried to find out more details on how authentication works.
I was able to some information on HMAC in the documentation: https://docs.novu.co/notification-center/client/headless/get-started#hmac-encryption. As far as I understand one would use a backend service that is able to check the authentication status of a user to generate an HMAC which uses an API key from novu as a secret. As far as I understand this HMAC would be static for any given subscriber id as long as the API key is not being rotated.
I don't really understand the benefits of using HMAC in this scenario, other than making it harder (/impossible) to guess the credentials which would also be the case e.g. using uuid subscriber ids. If someone is able to access the subscriber id and HMAC he will be able to connect.
...
NovuProvider not working in GCP
I am using novuprovider and a custom notification panel
its working good in dev env, https, http, when i build it with docker and run locally
but when it runs on the Google Cloud Run it dosent work and keeps loading...
Can a variant condition read the digest step variables?
can I have an email variant step, which is used if the condition is
step.total_count
greater than 2
or step.digest
Equal true
?
I tried setting it up, but nothing happened, maybe I need to use {{ }}
?
Or maybe those values are not accessible by the variant check?...Push Webhooks
Hi,
I am working on setting up webhooks with Novu notification and I need some help with how the Push Webhook providers work.
From my current understanding it seems that I would need to create a webhook provider per user that would like to have webhooks on Novu, this doesn't seem to be a solution that scales very well and the documentation doesn't provide enough information on this.
I am also having trouble understanding how a workflow differentiates which webhook provider is being called. Is this done through the
x-novu-signature
?
Would it be possible to get some clarity on this please? 🙂...Workflows: Dynamically provide custom email template
Hi there! I want to build a workflow where I digest a few events and then send out an email with a list of those.
I use Brevo (Sendinblue) to send these emails.
I would like to either create the email templates
1. using Brevo (https://developers.brevo.com/docs/send-a-transactional-email#creating-your-api-request-using-brevo-api-clients)
2. or generate them by myself by feeding react-email/vue-email (which renders to html) with the events data and then send this email....
Can Digest modify payload?
I have an email workflow which contains a digest.
This workflow is used to send emails of content changes in our app.
An example would be:
```
Hello [User1], [John Doe] has added you to [User Group 1]!...