https://github.com/tonychouteau/auto-mail-api
https://github.com/tonychouteau/auto-mail-api
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tonychouteau/auto-mail-api
- Owner: TonyChouteau
- Created: 2021-05-30T00:55:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-30T02:34:38.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T16:36:06.922Z (4 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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