An open API service indexing awesome lists of open source software.

https://github.com/tonychouteau/auto-mail-api


https://github.com/tonychouteau/auto-mail-api

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Usage : \
curl -X POST "http://localhost:3000/mail" -H "Content-Type: application/json" -d '{"name": "Name", "email": "[email protected]", "subject": "Test", "message": "Email sended using MailChimp API"}' | python -m json.tool