You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
My understanding is that slash commands are "swallowed" by Slack and not sent as a message to the room. Is that not the case anymore, or are you suggesting that users set up custom slash commands which talk to Lita over HTTP?
@jimmycuadra slack commands work through webhooks. We can reuse puma and the existing http handler support to enable that. I believe this will require a separate definition for services that implements slash commands (like slack, mattermost).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can we support slack slash commands?
Slash commands in Slack has some benefits over the way we are doing today:
SlackBotsy looks like support this type of integration:
The text was updated successfully, but these errors were encountered: