tomdionysus / foaas

FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable solution to the common problem of telling people to fuck off.
http://foaas.com
Do What The F*ck You Want To Public License
2.99k stars 394 forks source link

Slack Integration #137

Closed hdchan closed 6 years ago

hdchan commented 8 years ago

Should return a Slack outgoingwebhook compatible JSON format to use

coldfumonkeh commented 8 years ago

Do you mean formatting the simple JSON response with the 'text' name value pair (https://api.slack.com/outgoing-webhooks) or providing a way to set formatting options for message attachments (https://api.slack.com/docs/attachments)?

tomdionysus commented 6 years ago

We're not modifying the base API and breaking a couple of dozen clients just to handle Slack. No reason why a Slack compatible output couldn't be a filter though - should be relatively easy, if someone wants to have a go?