1.0.1 • Published 4 months ago

gell-sendgrid v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

SendGrid support for gell framework

Getting Started

define SendGrid facade as a dependency

const deps = new DependencyContainer({
	sendgrid: sendgrid('SG.123')
});
  • SendGrid facade is always constant (no concept of an instance)
    • can't have two facades with different API keys in the same process

Concepts

Features

  • named templates
  • API futures
    • with defaults

To Do

  • ...

Brainstorm

  • how does this line up with gell-messaging? thread conversation?
  • could some of this be abstracted out into a gell-mail package? * or is this just gell-messaging