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
An action block prototype for sending emails.
Repository from Github https://github.comwebpipes/block-send-email
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
An action block prototype for sending emails.