Skip to content

tedivm/slack_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Proxy

This extremely simple app solves a somewhat niche problem- letting your developers send notifications to Slack without needing them to manage webhooks. You deploy this app inside your network and have them send their messages to it, and then it forwards it on to Slack and returns the response.

Configuration

The SLACK_WEBHOOK environmental variable needs to be set.

Sending Messages with the Slack Incoming Webhooks API

This proxy passes messages directly to the Slack Incoming Webhooks API, without modification. The only thing developers have to do is point their request at this service instead of the https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX URL.

Docker

This application can be found as a prebuild docker container on docker hub.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages