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?
5 Replies
@adnanjpg, you just advanced to level 1!
Hi @adnanjpg, at the moment we only have a typescript SDK for the framework.
Customers who run their backend on other language, tend to run a framework sdk microservice on top of lambda/clodflare/etc...
We will be supporting more languages for the framework sdk in the future, but next languages will probably be Java and Python.
So my best way to achieve this is to run a typescript microservice to be a mediator between me and novu, right?
And if I need to use novu with dotnet I'll need to use http endpoints, right?
Yes @adnanjpg 🙏
The big benefit is, you will be able to reuse your existing design system tokens, colors, styles in your emails and etc...
Also you will be able to use modern email templating frameworks like React Email, Vue Email, and others
thanks for the info, have a good one!