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
SlackNotificationAttachmentParams
The Slack notification attachment parameter type
Record Fields
Record Field | Description |
Color
Signature: string
|
Color of the attachment text. Can be hex-value(e.g. "#AABBCC") or one of "'good', 'warning', 'danger'. |
Fallback
Signature: string
|
(Required) Text summary of the attachment that is shown by clients that understand attachments but choose not to show them |
Fields
Signature: SlackNotificationAttachmentFieldParams []
|
Text to be displayed as a table below the message |
Pretext
Signature: string
|
Text that should appear above the formatted data |
Text
Signature: string
|
Text that should appear within the attachment |
Title
Signature: string
|
The title of the attachment |
Title_Link
Signature: string
|
Content to which the title should link |