Commit 898046b7 authored by Arno Uhlig's avatar Arno Uhlig Committed by Brian Brazil

mention slack callback_id (#1200)

Signed-off-by: 's avatarArno Uhlig <arno.uhlig@sap.com>
parent 0057676b
...@@ -501,6 +501,7 @@ channel: <tmpl_string> ...@@ -501,6 +501,7 @@ channel: <tmpl_string>
# The following parameters define the attachment. # The following parameters define the attachment.
actions: actions:
[ <action_config> ... ] [ <action_config> ... ]
[ callback_id: <tmpl_string> | default = '{{ template "slack.default.callbackid" . }}' ]
[ color: <tmpl_string> | default = '{{ if eq .Status "firing" }}danger{{ else }}good{{ end }}' ] [ color: <tmpl_string> | default = '{{ if eq .Status "firing" }}danger{{ else }}good{{ end }}' ]
[ fallback: <tmpl_string> | default = '{{ template "slack.default.fallback" . }}' ] [ fallback: <tmpl_string> | default = '{{ template "slack.default.fallback" . }}' ]
fields: fields:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment