Slack Bot not responding in Channel

(heibie) #1

Hi,
I created my first Slack Bot according to this guide.

The Bot works fine on slack when messaging direct. But when adding the bot to a channel and then trying to use “@botname command” it just outputs the Bot-Welcome-Message but no more content, which should be triggered by the command.

Thanks for your help in advance.
Heiko

(Karen Barker) #2

Hi @heibie,

When you set your flow trigger up what Message Types did you select for the bot?

For the bot to work in a channel you’ll need to ensure that Direct Mention, Mention or Overhear are ticked in this link. :slight_smile:

(heibie) #3

Hello Karen,
Thanks! That’s it. How could i oversee this!?

Regards
heibie

(Sadidul Islam) #4

I added channels.replies into Event Subscriptions -> Subscribe to Bot Events.

That works for me.