@novu/framework
SDK is written in Typescript, and we recommend using Typescript for your own projects as well.
Type-safe workflow payloads
When defining a workflow payload schema, our SDK will automatically infer it to a Typescript interface.Type safe steps
Similarly, when defining a step schema, our SDK will automatically infer it to a Typescript interface.Step controls
Build and define type safe controls to expose no-code editing capabilities to your teammates.Explore the SDK
The
@novu/framework
SDK is compatible with Node.js version 20.0.0 and above.