Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events API support #434

Open
rophy opened this issue Aug 28, 2017 · 3 comments
Open

Events API support #434

rophy opened this issue Aug 28, 2017 · 3 comments
Labels
enhancement M-T: A feature request for new functionality

Comments

@rophy
Copy link

rophy commented Aug 28, 2017

As title, does hubot-slack supports Slack Events API ? If not, is there a plan to support it?

For node.js API support, we already have slackapi/node-slack-events-api so I'm hoping this is technically feasible.

@aoberoi
Copy link
Contributor

aoberoi commented Dec 18, 2017

thanks for asking @rophy. currently, the adapter does not support the Events API. this support was delayed for similar reasons as the interactive messages support. we are still in the planning phase of how to implement the Events API, and any help or ideas in getting there is welcome.

@aoberoi aoberoi added the enhancement M-T: A feature request for new functionality label Dec 18, 2017
@aoberoi aoberoi changed the title Does hubot-slack support Slack Events API? Events API support Dec 18, 2017
@drdamour
Copy link

seems like just firing hubots built in messageing with a scoped prefix would be simple enough to expose the events api to hubot devs. ie link_shard is keyed as slack.link_shared on the hubot bus.

Obv the issue is lots of hubots run behind the firewall...be so nice if slack offered a websocket protocol for the event's api

@drdamour
Copy link

in fact..that'd be a pretty simple broker to setup... client has a key to broker that it initiates websocket for and configure slack to push events to broker which currys them over through the matching websocket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement M-T: A feature request for new functionality
Projects
None yet
Development

No branches or pull requests

3 participants