I have two Slack channels - A and B. I've already integrated my GitLab project with channel A (it successfully sends messages about new pushed tags). Now, I want to get messages about new Merge Requests from the same GitLab project to channel B. As I can see, I can't do it for a couple of reasons:
Is it possible to solve this problem?
One Slack hook can send to different channels.
See: Slack API Doc You can specify channel name
Solution: Set one Slack hook, then set different channel names for different events.