https://github.com/luislobo/machinepack-sendgrid
Communicate with the SendGrid API to send emails
https://github.com/luislobo/machinepack-sendgrid
Last synced: 9 months ago
JSON representation
Communicate with the SendGrid API to send emails
- Host: GitHub
- URL: https://github.com/luislobo/machinepack-sendgrid
- Owner: luislobo
- License: mit
- Created: 2015-03-12T05:33:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-12T06:04:12.000Z (about 11 years ago)
- Last Synced: 2025-09-01T08:24:21.080Z (9 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
machinepack-sendgrid
### [Docs](http://node-machine.org/machinepack-sendgrid) [Browse other machines](http://node-machine.org/machinepacks) [FAQ](http://node-machine.org/implementing/FAQ) [Newsgroup](https://groups.google.com/forum/?hl=en#!forum/node-machine)
Communicate with the SendGrid API to send emails
## Installation [](http://badge.fury.io/js/machinepack-sendgrid) [](https://travis-ci.org/luislobo/machinepack-sendgrid)
```sh
$ npm install machinepack-sendgrid
```
## Usage
For the latest usage documentation, version information, and test status of this module, see http://node-machine.org/machinepack-sendgrid. The generated manpages for each machine contain a complete reference of all expected inputs, possible exit states, and example return values. If you need more help, or find a bug, jump into [Gitter](https://gitter.im/node-machine/general) or leave a message in the project [newsgroup](https://groups.google.com/forum/?hl=en#!forum/node-machine).
For creating application api keys, you can go to https://sendgrid.com/credentials/new.
## About [](https://gitter.im/node-machine/general?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
This is a [machinepack](http://node-machine.org/machinepacks), an NPM module which exposes a set of related Node.js [machines](http://node-machine.org/spec/machine) according to the [machinepack specification](http://node-machine.org/spec/machinepack).
Documentation pages for the machines contained in this module (as well as all other NPM-hosted machines for Node.js) are automatically generated and kept up-to-date on the public registry.
Learn more at http://node-machine.org/implementing/FAQ.
## License
MIT © 2015 contributors