slack - netguru/highway GitHub Wiki
Description
Used to send Slack report.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
avatar | URL or emoji for avatar visible on Slack. | False | AnyOf(URL, String) | - |
channel | Slack channel on which report will appear. | True | String | - |
username | Slack username which will send report. | False | String | "Highway" |
webhook | Webhook URL address. | True | URL | - |
Example
report:
default:
- slack:
avatar: ":highway:"
webhook: $(ENV:SLACK_WEBHOOK_URL)
channel: "#notify-project-xd"