Reputation: 1520
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?
Upvotes: 2
Views: 773
Reputation: 1520
https://api.slack.com/docs/slack-button See: Attach a slash command to your app (optional)
Upvotes: 2