-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Slack webhook instead of API token #381
base: master
Are you sure you want to change the base?
Conversation
I'll test this and let you know |
This might be quite a widely used integration so it might be worth considering making this backwards compatible |
Hi, sorry for my late reply, I was very busy. I have reverted my changes to keep the slack integration with the API token for backward compatibility and re-added the webhook support. Hope this is better now ! |
any update on merging this? also +1 on using message attachments. that would make the alerts in slack much more readable. |
Personally, I'd rather see SLACK_WEBHOOK_URL override SLACK_TOKEN and not the other way around. |
I built on this branch and opened up #423 |
Should fix #376. We may change the message using slack attachment though.