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 Module

Contains a task to send notification messages to a Slack webhook

Types

Type Description

NotificationAttachmentFieldParams

The Slack notification attachment field parameter type

NotificationAttachmentParams

The Slack notification attachment parameter type

NotificationParams

The Slack notification parameter type

Functions and values

Function or value Description

Slack.NotificationAttachmentDefaults

Full Usage: Slack.NotificationAttachmentDefaults

Returns: NotificationAttachmentParams

The default parameters for Slack notification attachments

Returns: NotificationAttachmentParams

Slack.NotificationAttachmentFieldDefaults

Full Usage: Slack.NotificationAttachmentFieldDefaults

Returns: NotificationAttachmentFieldParams

The default parameters for Slack notification attachment fields

Returns: NotificationAttachmentFieldParams

Slack.NotificationDefaults

Full Usage: Slack.NotificationDefaults

Returns: NotificationParams

The default Slack notification parameters

Returns: NotificationParams

Slack.sendNotification webhookURL setParams

Full Usage: Slack.sendNotification webhookURL setParams

Parameters:
Returns: string

Sends a notification to a Slack Channel

webhookURL : string

The Slack webhook URL

setParams : NotificationParams -> NotificationParams

Function used to override the default notification parameters

Returns: string