cloudfoundry-community / slack-notification-resource

Concourse CI resource for sending notifications to Slack.
MIT License
75 stars 81 forks source link

Hints for debugging issues #84

Closed professor closed 3 years ago

professor commented 4 years ago

I believe that I correctly setup this concourse job, but I'm not getting any slack notifications. Some hints in the documentation on how to debug this would be nice.

professor commented 4 years ago

Notes for my future self. If you get a 200 response from slack, check to see if the webhook matches the slack channel name. The webhook url is unique for the channel.

jhunt commented 4 years ago

I recall running into this; Slack changed their webhook scopes a few years back and we probably just need to update the README to reflect that.