EmailMessageTemplateContentBody - Amazon Connect

EmailMessageTemplateContentBody

The body to use in email messages.

Contents

html

The message body, in HTML format, to use in email messages that are based on the message template. We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.

Type: MessageTemplateBodyContentProvider object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: No

plainText

The message body, in plain text format, to use in email messages that are based on the message template. We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.

Type: MessageTemplateBodyContentProvider object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: