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. |
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.
Theme
Light