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.