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
SlackNotificationParams
The Slack notification parameter type
Record Fields
Record Field | Description |
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. |