Skip to main content

MessageTemplate Model

Overview

Stores predefined templates for messages.

Fields

FieldTypeDescriptionRequired
idstringid field
namestringname field
subjectstringsubject field
bodystringbody field
message_typestringmessage_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",
"message_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"
}