Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1001 Bytes

File metadata and controls

18 lines (14 loc) · 1001 Bytes

OneSignalApi.Model.UpdateTemplateRequest

Properties

Name Type Description Notes
Name string Updated name of the template. [optional]
Contents LanguageStringMap [optional]
Headings LanguageStringMap [optional]
Subtitle LanguageStringMap [optional]
IsEmail bool Set true for an Email template. [optional]
EmailSubject string Subject of the email. [optional]
EmailBody string Body of the email (HTML supported). [optional]
IsSMS bool Set true for an SMS template. [optional]
DynamicContent string JSON string for dynamic content personalization. [optional]

[Back to API list] [Back to README]