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
NotificationParams
The Slack notification parameter type
Record Fields
Record Field | Description |
Attachments
Signature: NotificationAttachmentParams []
|
|
Channel
Signature: string
|
Channel to which the message will be posted. Default value: Specified in your Slack Webhook configuration. |
IconEmoji
Signature: string
|
The emoji to be displayed with the message. Default value: Specified in your slack Webhook configuration. |
IconURL
Signature: string
|
The icon to be displayed with the message. Default value: Specified in your slack Webhook configuration. |
LinkNames
Signature: bool
|
|
Text
Signature: string
|
(Required) The message body |
UnfurlLinks
Signature: bool
|
Whether to force inline unfurling of attached links. Default value: false. |
Username
Signature: string
|
Name the message will appear to be sent from. Default value: Specified in your Slack Webhook configuration. |