https://github.com/drish/email-receiver
https://github.com/drish/email-receiver
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drish/email-receiver
- Owner: drish
- License: mit
- Created: 2022-10-28T02:05:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T18:57:37.000Z (over 3 years ago)
- Last Synced: 2025-10-20T05:52:04.268Z (9 months ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# email-receiver
Simple server that receives email strings and stores them in a Notion database.
## Running
`yarn dev`
### Usage
```
curl -d '{"email":"email@email.com"}' -H "Content-Type: application/json" -X POST http://localhost:3000/
```