scrapinghub / slackbot

A chat bot for Slack (https://slack.com).
MIT License
1.26k stars 394 forks source link

Support for Slack Buttons #90

Open owocki opened 8 years ago

owocki commented 8 years ago

Per https://api.slack.com/docs/message-buttons

phlhayes commented 8 years ago

Is this not currently supported?

owocki commented 8 years ago

No, When a button is pressed, Slack sends a request to your Action URL. Action URLs are not currently supported in slackbot.

jtatum commented 7 years ago

This would require embedding a web server and adding an oauth flow, since message buttons require you to configure a full-fledged slack app rather than just adding a bot integration.

0x-SBT commented 6 years ago

@jtatum hey, Just wanted to confirm if there is a plan to switch to the app framework supporting the web-server, since I saw the above has been labeled as an enhancement :)