'create custom slash command in slack using @botname instead of /botname
I tried to create a slack application using the link, its working as /botname str.
is there any way that we could invoke application in slack using @botname str instead of /botname str. tried searching various places, couldn't get on how to do, can anyone help on it.
Solution 1:[1]
To use @botname instead of \botname, you'll need to change approach of implementation.
You need to implement by subscribing to 'Slack Events'.
This should help you to start:
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Suyash Gaur |
