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 |
|
|---|---|
|
Deletes multiple email templates in a single operation. |
|
Creates a new EmailTemplate. |
|
Deletes a specific EmailTemplate. |
|
Exports selected email templates as a CSV file. |
|
Gets a single EmailTemplate by its resource name. |
|
Imports multiple email templates from a CSV file. |
|
Lists all EmailTemplates available in the instance. |
|
Updates an existing EmailTemplate. |