You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There may be some situations where it is necessary to pass a specific channel in the slack message post. It would be interesting to have something like this:
slack:
# -- Slack Webhook URL (ex: <https://hooks.slack.com/services/XXXX/YYYY/ZZZZ>), if not `empty`, Slack output is *enabled*webhookurl: ""# -- Slack Footerchannel: ""# -- Channel IDfooter: ""# -- Slack icon (avatar)icon: ""# -- Slack usernameusername: ""# -- `all` (default), `text` (only text is displayed in Slack), `fields` (only fields are displayed in Slack)outputformat: "all"# -- minimum priority of event to use this output, order is `emergency\|alert\|critical\|error\|warning\|notice\|informational\|debug or ""`minimumpriority: ""# -- a Go template to format Slack Text above Attachment, displayed in addition to the output from `slack.outputformat`. If empty, no Text is displayed before Attachmentmessageformat: ""
The text was updated successfully, but these errors were encountered:
There may be some situations where it is necessary to pass a specific channel in the slack message post. It would be interesting to have something like this:
The text was updated successfully, but these errors were encountered: