sdelements / lets-chat

Self-hosted chat app for small teams
http://sdelements.github.io/lets-chat
MIT License
9.78k stars 1.58k forks source link

Support Slack's incoming webhook interface. #278

Open funkaoshi opened 9 years ago

funkaoshi commented 9 years ago

It might be useful to support messages being posted to Let's Chat using the same interface Slack uses. People who have written scripts for Slack could use them with Let's Chat.

Incoming Webhooks in Slack

geoffwhittington commented 9 years ago

Its a shame slack wants people to send their token as a URL parameter as it has negative security considerations. https://api.slack.com/web#auth

funkaoshi commented 9 years ago

Oh yes, someone should tell them about that.

digination commented 8 years ago

+1, that would be awesome.