Skip to content

Message Configuration

Supported payload types

Each destination type has specific schema structures tailored to its supported payload types. For generic HTTPS, a default output type exists.
Payload typepayload_type API valueDescription
DefaultdefaultDefault payload type.

Default payload type

UI labelAPI field nameTypeRequiredDescription
HeadersheadersKeyValuePairsfalseHTTP header to include in the request. Represents a JSON object where each key maps to a string value.
BodybodyJSONObjectfalseJSON object representing the body of the request.

Note

The message configuration should include only the notification content and details related to the event. Authentication and connection settings, such as API keys, should be defined in the connector configuration.