Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

Use Fake.Api.Slack instead

SlackNotificationHelper

Contains a task to send notification messages to a Slack webhook

Nested types and modules

TypeDescription
SlackNotificationAttachmentFieldParams
OBSOLETE

Use Fake.Api.Slack.NotificationAttachmentFieldParams instead

The Slack notification attachment field parameter type

SlackNotificationAttachmentParams
OBSOLETE

Use Fake.Api.Slack.NotificationAttachmentParams instead

The Slack notification attachment parameter type

SlackNotificationParams
OBSOLETE

Use Fake.Api.Slack.NotificationParams instead

The Slack notification parameter type

Functions and values

Function or valueDescription
SlackNotification webhookURL setParams
Signature: webhookURL:string -> setParams:(SlackNotificationParams -> SlackNotificationParams) -> string
Attributes:
[<Obsolete("Use Fake.Api.Slack.sendNotification instead")>]
OBSOLETE

Use Fake.Api.Slack.sendNotification instead

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
Attributes:
[<Obsolete("Use Fake.Api.Slack.NotificationAttachmentDefaults instead")>]
OBSOLETE

Use Fake.Api.Slack.NotificationAttachmentDefaults instead

The default parameters for Slack notification attachments

SlackNotificationAttachmentFieldDefaults
Signature: SlackNotificationAttachmentFieldParams
Attributes:
[<Obsolete("Use Fake.Api.Slack.NotificationAttachmentFieldDefaults instead")>]
OBSOLETE

Use Fake.Api.Slack.NotificationAttachmentFieldDefaults instead

The default parameters for Slack notification attachment fields

SlackNotificationDefaults
Signature: SlackNotificationParams
Attributes:
[<Obsolete("Use Fake.Api.Slack.NotificationDefaults instead")>]
OBSOLETE

Use Fake.Api.Slack.NotificationDefaults instead

The default Slack notification parameters