DonDebonair/slack-machine

Move to Events API instead of RTM API

Closed this issue · 1 comments

The main reason for using the RTM API for reacting to events instead of the Events API was that the Events API required the application/bot to expose HTTP endpoints to the public internet. With the advent of Socket mode this is not the case anymore.

I'd like Slack Machine to get rid of RTM API usage and move to the Events API completely.

Fixed by #592