The testing has been completed in channel A, and the process is running smoothly, even with the production URL enabled. So we have added the slack bot app to the another channel B. After adding the channel B and triggered the workflow, we are continuously getting message.
I have verified that, Webhook node response type is “Immediately” and response code 200
We couldn’t understand it, what happen around it. Please help me to understand the issue.
Is it possible to configure the Slack bot app in n8n to work with multiple channels? Although I’ve set up the Slack bot app in several channels, it doesn’t behave as expected. Instead, it executes multiple times, causing issues. I’m seeking assistance to address this concern as it is currently blocking our project from progressing to production.
It’s working well in parent channel, which I tested fully, but if i configured into multiple channel, it’s not working well
Discovered the solution on my own. The issue was caused by an unnecessary event subscription that was reading history and triggering responses consecutively. Upon removing the events subscription, the responses are now received as expected.