Last active
July 21, 2020 19:58
-
-
Save armiiller/85cb72d203ee60d602b6367eef6deee0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Example rules for the "Slack (Post to Channel)" integration | |
# To switch the channel the message is sent to. | |
# Note this won't work with private channels | |
rules: | |
- match: | |
alert.d_team_id: "tem_xxx" # Apps Team | |
actions: | |
- type: setval | |
map: | |
channel: "C3QCH7S7C" # apps channel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment