After setting up a custom slash command /news
in Slack, it appears to work fine. However, I'm struggling to figure out how to trigger slash commands within threads.
Whenever I try to use the command, I receive this error message:
/news is not supported in threads. Sorry!
I've searched through the Slack API documentation without much luck. I am aware that it is possible because I am able to use the /giphy
app within threads.
Although I came across an article on the topic, it didn't provide me with the solution I was looking for. https://medium.com/slack-developer-blog/bringing-your-bot-into-threaded-messages-cd272a42924f
If anyone has any advice or tips, they would be greatly appreciated.