FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Slack.NotificationParams Type

The Slack notification parameter type

Record fields

Record Field Description

Attachments

Full Usage: Attachments

Field type: NotificationAttachmentParams[]
Field type: NotificationAttachmentParams[]

Channel

Full Usage: Channel

Field type: string

Channel to which the message will be posted. Default value: Specified in your Slack Webhook configuration.

Field type: string

IconEmoji

Full Usage: IconEmoji

Field type: string

The emoji to be displayed with the message. Default value: Specified in your slack Webhook configuration.

Field type: string

IconURL

Full Usage: IconURL

Field type: string

The icon to be displayed with the message. Default value: Specified in your slack Webhook configuration.

Field type: string

LinkNames

Full Usage: LinkNames

Field type: bool
Field type: bool

Text

Full Usage: Text

Field type: string

(Required) The message body

Field type: string

UnfurlLinks

Full Usage: UnfurlLinks

Field type: bool

Whether to force inline unfurling of attached links. Default value: false.

Field type: bool

Username

Full Usage: Username

Field type: string

Name the message will appear to be sent from. Default value: Specified in your Slack Webhook configuration.

Field type: string