Resource: EmailTemplate
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. EmailTemplate resource.
JSON representation |
---|
{
"name": string,
"templateType": enum ( |
Fields | |
---|---|
name |
Identifier. The resource name of the EmailTemplate. Format: projects/{project}/locations/{location}/instances/{instance}/emailTemplates/{emailTemplate} |
templateType |
Required. Type of the content |
content |
Required. Content of the EmailTemplate. |
displayName |
Required. Display name of the EmailTemplate. |
author |
Output only. Name of creator user. |
environments |
Required. The environments to which the custom list is associated. |
EmailTemplateType
The resource inner type of the EmailTemplate.
Enums | |
---|---|
EMAIL_TEMPLATE_TYPE_UNSPECIFIED |
unspecified value |
TEMPLATE |
simple text content |
HTML_FORMAT |
text content in HTML format |
Methods |
|
---|---|
|
Batch delete email templates. |
|
Creates an EmailTemplate for a given instance. |
|
Deletes an EmailTemplate for a given instance. |
|
Export email templates as file stream. |
|
Gets an EmailTemplate by name. |
|
Import email templates from file stream. |
|
Lists all EmailTemplates for a given instance. |
|
Updates an EmailTemplate for a given instance. |