gell-sendgrid
v1.0.1
Published
gell based approach to working with Twilio SendGrid
Downloads
14
Readme
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
- or is this just