Skip to content

Schema Structure

Each destination type has specific schema structures tailored to its output format. For Slack, the schema varies depending on whether the output is structured or raw.

Structured output

For structured output type, the Slack schema consists of the following fields:

Field Description
Title Appears as the notification title
Description Appears in the notification description
Footer Appears at the bottom of the notification

Raw output

For raw output type, the Slack message schema is configured directly using a JSON payload. The templates in the provided payload are rendered and the result is sent as-is to the Slack API.