Quick question — is there currently any supported way to programmatically update/promote workflows and email templates when they’re created in the Dashboard?
We previously explored using @novu/framework to move to a code-first setup, but ran into Cloudflare Workers runtime limitations (due to
ajv
ajv
using
new Function()
new Function()
). We ended up building a workaround using trigger overrides instead.
Our ideal setup would be:
- Design workflows/templates visually in Dashboard - Promote/sync them across environments via CI - Keep everything version-controlled - Run fully on Cloudflare Workers
Just wanted to confirm whether there’s an official or recommended path for this today — or if programmatic promotion might be on the roadmap. We’d definitely love to use it if available