Skip to main content

MailTemplate Model

Overview

id field name field subject field body field mail_type field variables field created_at field modified_at field isSystemGenerated field sites_id field org_id field application_id field object_id field sub_object_id field

Fields

FieldTypeDescriptionRequired
idstringid field
namestringname field
subjectstringsubject field
bodystringbody field
mail_typestringmail_type field
variablesarrayvariables field
created_atdatecreated_at field
modified_atdatemodified_at field
isSystemGeneratedbooleanisSystemGenerated field
sites_idstringsites_id field
org_idstringorg_id field
application_idstringapplication_id field
object_idstringobject_id field
sub_object_idstringsub_object_id field

Sample JSON

{
"id": "example_value",
"name": "example_value",
"subject": "example_value",
"body": "example_value",
"mail_type": "example_value",
"variables": "example_value",
"created_at": "example_value",
"modified_at": "example_value",
"isSystemGenerated": "example_value",
"sites_id": "example_value",
"org_id": "example_value",
"application_id": "example_value",
"object_id": "example_value",
"sub_object_id": "example_value"
}