1.0.1 • Published 11 months ago

@wolfxlabs/resend v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

wolf Resend Provider

A Resend email provider library for @novu/node

Usage

import { ResendEmailProvider } from '@wolfxlabs/resend';

const provider = new ResendEmailProvider({
  apiKey: process.env.RESEND_API_KEY
});
1.0.1

11 months ago