Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.71 KB

TemplatePayload.md

File metadata and controls

34 lines (25 loc) · 1.71 KB

ElasticEmail.model.template_payload.TemplatePayload

New template object

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, New template object

Dictionary Keys

Key Input Type Accessed Type Description Notes
Name str, str, Template name
Subject str, str, Default subject of email. [optional]
Body list, tuple, tuple, Email content of this template [optional]
TemplateScope TemplateScope TemplateScope [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

Body

Email content of this template

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, Email content of this template

Tuple Items

Class Name Input Type Accessed Type Description Notes
BodyPart BodyPart BodyPart

[Back to Model list] [Back to API list] [Back to README]