Content
Svelte Email
Integrating Novu Framework with Svelte email for your Svelte application can be done in three steps. If you don’t have an app, you can clone our Svelte example.
1
Install Svelte email components
Install the required Svelte email components.
2
Create email templates folder
Create an emails
folder in the src/lib
directory of your Svelte app.
3
Write your email
Create a new sample-email.svelte
file for your email template.
4
Write your workflow
Define your Workflow using the above template
Was this page helpful?