When you open Slack on the web, the URL becomes:
https://app.slack.com/client/<TEAM-ID>/<CHANNEL-ID>
To open it from the command line, use:
open "slack://channel?team=<TEAM-ID>&id=<CHANNEL-ID>"
To open it from Raycast's Quicklink, set the Link to slack://channel?team=<TEAM-ID>&id=<CHANNEL-ID>
and set Open with to Slack
.
Comments