Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.11 KB

File metadata and controls

31 lines (18 loc) · 1.11 KB

sendx.RestRTemplate

Properties

Name Type Description Notes
id String Unique template identifier with template_ prefix [optional]
name String Name of the template [optional]
subject String Email subject line (if applicable) [optional]
htmlCode String HTML content of the template [optional]
templateCode String Template code for visual editors (JSON structure) [optional]
type Number Template type. Values: - `0` - Email template - `1` - Other types [optional]
thumbnail String URL to template thumbnail image [optional]
editorType Number Editor type used to create the template. Values: - `0` - PlainText - `1` - DragDrop - `2` - SendxEditor [optional]
created Date Template creation timestamp [optional]
updated Date Template last update timestamp [optional]

Enum: EditorTypeEnum

  • 0 (value: 0)

  • 1 (value: 1)

  • 2 (value: 2)