Override channel in slack-notify pipe

Martí Regola March 7, 2019

I was wondering if there is an option to override the channel on the slack-notify Pipe. Now the pipe only sends notifications to the default channel.

It is possible on the manual messages passing "channel": "#other-channel" in the payload.

 

If there is nothing configured it would be a nice feature to add as an optional parameter in the pipe configuration.

That would solve the need of creating more and more Webhooks to send messages in different channels with the same topic.

1 answer

1 accepted

1 vote
Answer accepted
mwatson
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 7, 2019

The way to do this is to register a different incoming webhook that maps to the channel you want to notify - essentially the target channel in encoded in the WEBHOOK_URL itself - see step 3 of the slack docs here: https://api.slack.com/incoming-webhooks

Kevin Haggerty April 10, 2019

But why not support an optional channel parameter for cases where you don't want to have a million webhooks defined (one for each channel) and instead just have one where you override the channel when you send the message?

mwatson
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 16, 2019

Good idea, but unfortunately, this is just how it works in Slack - they use the webhook url to define which channel the message is for. Nothing we can do on our end. 

Kevin Haggerty April 22, 2019

Actually, we've got lots of webhooks that explicitly specify a channel (as you noted), but you can easily override the channel as noted above in the original report.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events