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 type | payload_type API value | Description |
---|---|---|
Default | default | Default payload type. |
Default payload type
UI label | API field name | Type | Required | Description |
---|---|---|---|---|
Headers | headers | KeyValuePairs | false | HTTP header to include in the request. Represents a JSON object where each key maps to a string value. |
Body | body | JSONObject | false | JSON object representing the body of the request. |
Theme
Light