webpipes / block-send-email

An action block prototype for sending emails.

Repository from Github https://github.comwebpipes/block-send-emailRepository from Github https://github.comwebpipes/block-send-email

Send Email Action Block

Example Usage

curl -v -X OPTIONS http://block-send-email.herokuapp.com

curl -i -X POST -d '{"inputs":[{"to":"matt@matthewghudson.com","subject":"foo","body":"bar"}]}' -H "Content-Type: application/json" http://block-send-email.herokuapp.com

About

An action block prototype for sending emails.


Languages

Language:JavaScript 98.2%Language:Ruby 1.8%