Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```