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

SlackNotificationAttachmentParams

The Slack notification attachment parameter type

Record Fields

Record FieldDescription
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