NovuN
Novu3y ago
ebm

Email Provider Templates

Hi, We are testing Novu for sending emails to users. I have templates setup in our email provider (Postmark or SES, doesn't matter) I cannot find any documentation on how to pass over which template I want to send in Postmark (or SES). For example, with Postmark, it looks like you only call client.sendEmail (https://github.com/novuhq/novu/blob/next/providers/postmark/src/lib/postmark.provider.ts) but there is no way to call client.sendEmailWithTemplate (https://github.com/ActiveCampaign/postmark.js/wiki/Templates) It looks like a similar setup for SES.

Is there a way to do this for email providers that support templates? Or is there another way to accomplish this without having to manually add the HTML to Novu?
Was this page helpful?