Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 819 Bytes

File metadata and controls

15 lines (12 loc) · 819 Bytes

# UpdateTemplateRequest

Properties

Name Type Description Notes
name string Updated name of the template. [optional]
contents \onesignal\client\model\LanguageStringMap [optional]
is_email bool Set true for an Email template. [optional]
email_subject string Subject of the email. [optional]
email_body string Body of the email (HTML supported). [optional]
is_sms bool Set true for an SMS template. [optional]
dynamic_content string JSON string for dynamic content personalization. [optional]

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