Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.07 KB

File metadata and controls

19 lines (14 loc) · 1.07 KB

UpdateTemplateRequest

Properties

Name Type Description Notes
name Option<String> Updated name of the template. [optional]
contents Option<crate::models::LanguageStringMap> [optional]
headings Option<crate::models::LanguageStringMap> [optional]
subtitle Option<crate::models::LanguageStringMap> [optional]
is_email Option<bool> Set true for an Email template. [optional]
email_subject Option<String> Subject of the email. [optional]
email_body Option<String> Body of the email (HTML supported). [optional]
is_sms Option<bool> Set true for an SMS template. [optional]
dynamic_content Option<String> JSON string for dynamic content personalization. [optional]

[Back to API list] [Back to README]