When answering to a slack message (using the slack message send operation with the option to reply to a message it works but at the same time that ir replies to the specific message it also publishes the reply on the channel which I would like to avoid
I’m coming from Make where this was an option.
It’s called “Replay Broadcast” and explained this way “Used in conjunction with Thread message ID and indicates whether reply should be made visible to everyone in the channel or conversation.”
I have a lot of workflows involving Slack that I want to move over from Make to N8N. Being able to set a reply so it only posts in the thread, not also in the channel would be ideal.
it should be quite easy to fix, just get an option to set the reply_broadcast parameter to true or false…but I don’t know how to make them see this post…
Stumbled upon this one recently. I dug around the source code and found out that you can achieve this by disabling the Reply to Thread toggle. The option name seems misleading.
sorry, that is wrong, that makes it reply just in the channel and not in the thread, what we want is that it replies in the thread but not in the channel
You should still set the timestamp to reply to.
It’s just that you should disable the Reply to Thread toggle.
The help text also suggests so, although I missed it and ended up digging around the source code.