Can a skip user command run other slash commands?

I would like to create a slack command like /byebye , which first runs the /giphy peace i'm out of here command and then runs the /leave command in the same channel. It’s pretty clear from the Slack API how to create new commands, but it’s unclear how to group other commands into a custom slash command (if you can even make one). Can you run other slash commands inside a custom slash command, and if so, how do you do it?

+5
source share
1 answer

I would use something like TextExpander to automate this. You can send both commands using return keys and from just one client command.

0
source

All Articles