This is part of the Fake.Api.Slack module.
The Slack notification attachment parameter type
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: NotificationAttachmentFieldParams []
|
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
|
TitleLink
Signature: string
|
Content to which the title should link
|