Skip to content

Schema Structures per Destination Type

Each destination type supports specific schema structures based on its output type.

Generic HTTPS

For generic HTTPS, the default output consists of two key fields:

Field Description
Header Appears as the notification title
Body Appears at the bottom of the notification

Slack

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.