2
votes

I am developing Slack bot, and I want to provide users with ability to use slash commands eg /command1.

User deploys my Slack Bot via Slack Button. What options do I have to make this possible?

I attach screenshot of different other bots slash commands which I installed in my Slack command and did no any additional tweaking. How to do same?

enter image description here

1
I'm a little confused as to where you got stuck... the documentation for the Slack Button is here: api.slack.com/docs/slack-button. It specifically calls out the ability to add slash commands. If you've run into specific trouble, please describe the issue and share code as applicable. - user94559
Oh! I should have read the documentation more closely! Now I see that is simple and clear way to do it :) Thank you - vovan

1 Answers

2
votes

https://api.slack.com/docs/slack-button See: Attach a slash command to your app (optional)