adnanjpg
NNovu
•Created by adnanjpg on 10/7/2024 in #💬│support
Integrating global sms provider
Hello,
I'm Adnan, I'm a Full Stack software engineer. At my company we want to use novu in production, but we need to have support for some local sms providers, for legal purposes.
We've already implented a support for
Verimor
, a local turkish sms provider, and we've opened a pr a few months ago.
Is there anything we can do to get a review on our pr so we can go to prod ASAP?
https://github.com/novuhq/novu/pull/61549 replies
NNovu
•Created by adnanjpg on 8/15/2024 in #💬│support
Self hosted limits
when using the cloud version there seems to be limits on free, business and enterprise plans. we're using novu self hosted, and I can't find any references in the code to the request limiting, is that done over another package? meaning can we push novu to production server fully sure that there's no workflow call limit?
5 replies
NNovu
•Created by adnanjpg on 7/17/2024 in #💬│support
handle failure cases
Hi, Is there a way where I can configure what will happen if a step in the workflow fails? for example, send email if sms fails
I've searched the docs but couldn't find info about that
3 replies
NNovu
•Created by adnanjpg on 7/17/2024 in #💬│support
dotnet custom code
Hi, as mentioned in the docs in 'Using the Custom Step Result' https://docs.novu.co/workflow/custom#using-the-custom-step-result section, it states that it is possible to run custom code in all notification sending steps. I've seen an example of this for node and nextjs router, but I can't find any for dotnet, is this implemented for other sdks other than node? If so, can you produce a minimal example or a general guide that explains what kind of endpoints I should be exposing for novu to call the custom code?
7 replies
NNovu
•Created by adnanjpg on 7/12/2024 in #💬│support
run locally using docker
I've added a local provider to novu that will be used for our project. I'm able to run the project locally using the 'Run Novu in local machine' guide, but I want to containarize the project and run it on my dev server, but I see there's no guide on how to do this, and no dockerfile that builds clean images of all projects
I've tried running this command:
pnpm i -f && pnpm run docker:build
but is is failing with this error:
8 replies