slack-ruby-bot-server icon indicating copy to clipboard operation
slack-ruby-bot-server copied to clipboard

Integrations for Events API and Interactive Messages

Open leechou opened this issue 7 years ago • 1 comments

The server can add integrations for Events API and Interactive Messages.

leechou avatar Nov 26 '18 07:11 leechou

We could use something first class, subclassing Event or InteractiveMessage. Right now you'd have to roll your own API handlers.

Examples:

Events: https://github.com/dblock/slack-strava/blob/master/slack-strava/api/endpoints/slack_endpoint.rb#L86 Interactive Messages: https://github.com/dblock/slack-strava/blob/master/slack-strava/api/endpoints/slack_endpoint.rb#L66

dblock avatar Mar 24 '19 17:03 dblock