Email template Data Type

An email template used for sending activation information or compliance violation notification emails.

Properties
Name Type Description
guid string Template GUID.
name string Template name.
type string Email template type
default boolean Whether this is a default email template.

Example

{
  "guid" : "b82021dc-8020-41c9-a756-4318c968e95e",
  "name" : "Basic Activation Template",
  "type" : "ACTIVATION",
  "default" : true
}