I'm facing Slack API for the first time.
I'm trying to implement a slash command; I found this tutorial:
https://github.com/slackapi/template-slash-command-and-dialogs
but it seems it doesn't use the slack node-slack-sdk. After some hour I wasn't able to find anything in the SDK about the slash commands.
Did I missed something or actually the Slack SDK doesn't offer a slash command SDK?
BTW I was able to successfully configure a slash command, I just want to know if it would be possible to do it with slack node-slack-sdk to keep coherence in the code.