Scenario keeps pushing the same Slack msg

I’ve build a simple slack bot that translates texts that gets send to it. It works well when run once.

When I push it to Immediately as data arrives, the bot keeps repeating the same message.


Now I do understand that this is because the webhook picks up the latest bot message, and tries to translate that one as well.

Can I make the webhook only read user-messages, not it’s own messages?

Next I’m trying to set it up as a slash command and see if the bot still picks up the last message.

2 Likes

@teemusam
Hi, you can set up a Filter between Webhook module and DeepL module.
If you are going to implement slash commands, you don’t need a Filter. Because Bot does not execute slash commands.

1 Like