Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

SlackNotificationHelper

Contains a task to send notification messages to a Slack webhook

Nested types and modules

TypeDescription
SlackNotificationAttachmentFieldParams

The Slack notification attachment field parameter type

SlackNotificationAttachmentParams

The Slack notification attachment parameter type

SlackNotificationParams

The Slack notification parameter type

Functions and values

Function or valueDescription
SlackNotification webhookURL setParams
Signature: webhookURL:string -> setParams:(SlackNotificationParams -> SlackNotificationParams) -> string

Sends a notification to a Slack Channel

Parameters

  • webhookURL - The Slack webhook URL
  • setParams - Function used to override the default notification parameters
SlackNotificationAttachmentDefaults
Signature: SlackNotificationAttachmentParams

The default parameters for Slack notification attachments

SlackNotificationAttachmentFieldDefaults
Signature: SlackNotificationAttachmentFieldParams

The default parameters for Slack notification attachment fields

SlackNotificationDefaults
Signature: SlackNotificationParams

The default Slack notification parameters