Newbie
Newbie

Reputation: 1

How do i set an alert for members to prevent them posting in a specific Slack channel?

I m working in a support role and we used a Slack channel before in which members could report issues. Now, we switched to Jira but members are still reporting in the Slack channel. Is there possible to create an alert that prevents them to post, like someone is trying to post in the slack channel but after he presses enter, there will show up a pop-up message inviting him to report through Jira or something like this?

Upvotes: 0

Views: 439

Answers (1)

m.oulmakki
m.oulmakki

Reputation: 306

You can have a bot that detects messages on a channel using the event documented here

Upon detecting a message, your bot can send a message on the channel / DM the user / Summon a popup with more information. None of these approaches however would prevent the initial message from being sent.

Overall, I think @SuyashGaur suggestion is the most sound: Make a post with new instructions on the channel, then prevent anyone from further messages. The post should guide them to where they need to go.

Upvotes: 1

Related Questions