EndpointSendConfiguration

Specifies the content, including message variables and attributes, to use in a message that's sent directly to an endpoint.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The body of the message. If specified, this value overrides the default message body.

Link copied to clipboard

A map of custom attributes to attach to the message for the address. Attribute names are case sensitive.

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
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String