This question asks about opening a URL from a slack message button, but I want to know, can you directly open a webpage with a Slack slash command?
From those docs it seems like it's not possible at this point, but perhaps I missed something.
This question asks about opening a URL from a slack message button, but I want to know, can you directly open a webpage with a Slack slash command?
From those docs it seems like it's not possible at this point, but perhaps I missed something.
It is not possible, slack do not have interaction with our computers.
But!!!! everything is possible right?
If you really want to do it, follow the guide below
create an application or script that listen to a specific endpoint like /openbrowser and, after a specific request, this script will open your browser
make this app reachable from the internet, with ngrok
create a slash command and point this command to your ngrok_address/openbrowser
It will work, but only in your computer. You cannot publish it