Skip to content

Latest commit

 

History

History

sendgrid

Nodejs SendGrid Provider

A sendgrid email provider library for @novu/stateless

Usage

import { SendgridEmailProvider } from '@novu/sendgrid';

const provider = new SendgridEmailProvider({
  apiKey: process.env.SENDGRID_API_KEY
});