Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srid/slack-email-bridge
Bridge email to Slack
https://github.com/srid/slack-email-bridge
email heroku postmark slack
Last synced: 14 days ago
JSON representation
Bridge email to Slack
- Host: GitHub
- URL: https://github.com/srid/slack-email-bridge
- Owner: srid
- Created: 2016-08-16T14:43:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-16T20:22:42.000Z (over 8 years ago)
- Last Synced: 2024-11-07T02:44:57.148Z (2 months ago)
- Topics: email, heroku, postmark, slack
- Language: Elixir
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SlackEmailBridge
## Local setup
```
mix deps.get
SLACK_WEBHOOK= mix run --no-halt
```Verify:
```
curl -H "Content-Type: application/json" -H "Accept: application/json" -X POST -d @test/sample_post.json http://localhost:4444/incoming_email
```