gell-sendgrid

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i gell-sendgrid

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

13.9 kB

Total Files

16

Last publish

Collaborators

  • djghokie75