Install Zod Packages
zod-to-json-schema
package to generate JSON schemas from your Zod definitions.Use Zod in your workflow
controlSchema
and payloadSchema
options in your workflow definitions.controlSchema
for a step, Novu will automatically generate a UI for the controls in the workflow editor.
string
, number
, boolean
, and enum
and array
types.min
, max
, email
, url
, regex
and etc…