HCP System Management Help


emailTemplate data type properties

The table below describes the properties included in the emailTemplate data type.

Property name

Data type

Description

Notes

body

String

Specifies the format of the body of the email messages HCP sends when email notification is enabled. Valid values include any combination of plain text and email template variables.

Plain text can include spaces and line breaks but not tabs. The character sequence consisting of a backslash (\) followed by a lowercase n creates a line break.

For a description of email template variables, see Email template variables.

To change the body in the email template to blank, include the from and subject properties in the request body and omit the body property.

from

String

Specifies the content of the email From line. Valid values include any combination of plain text and email template variables and must have the form of a valid email address.

Some email servers require that the value in the From line be an email address that is already known to the server.

For a description of email template variables, see Email template variables.

If this property is included in the request body, the subject property must also be included.

subject

String

Specifies the content of the email Subject line. Valid values include any combination of plain text and email template variables.

Plain text can include spaces but not line breaks or tabs.

For a description of email template variables, see Email template variables.

If this property is included in the request body, the from property must also be included.

© 2017 Hitachi Vantara Corporation. All rights reserved.