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.NotificationParams instead

SlackNotificationParams

The Slack notification parameter type

Record Fields

Record FieldDescription
Attachments
Signature: SlackNotificationAttachmentParams []
Channel
Signature: string

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

From
Signature: string

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

Icon_Emoji
Signature: string

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

Icon_URL
Signature: string

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

Link_Names
Signature: bool
Text
Signature: string

(Required) The message body

Unfurl_Links
Signature: bool

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