Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.02 KB

File metadata and controls

19 lines (15 loc) · 1.02 KB

OneSignalApi.Model.CreateTemplateRequest

Properties

Name Type Description Notes
AppId string Your OneSignal App ID in UUID v4 format.
Name string Name of the template.
Contents LanguageStringMap
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]