EndpointSendConfiguration
Specifies the content, including message variables and attributes, to use in a message that's sent directly to an endpoint.
Types
Properties
Link copied to clipboard
The body of the message. If specified, this value overrides the default message body.
Link copied to clipboard
The raw, JSON-formatted string to use as the payload for the message. If specified, this value overrides all other values for the message.
Link copied to clipboard
A map of the message variables to merge with the variables specified for the default message (DefaultMessage.Substitutions). The variables specified in this map take precedence over all other variables.
Link copied to clipboard
The title or subject line of the message. If specified, this value overrides the default message title or subject line.
Functions
Link copied to clipboard
inline fun copy(block: EndpointSendConfiguration.Builder.() -> Unit = {}): EndpointSendConfiguration