Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 858 Bytes

File metadata and controls

16 lines (13 loc) · 858 Bytes

# CreateTemplateRequest

Properties

Name Type Description Notes
app_id string Your OneSignal App ID in UUID v4 format.
name string Name of the template.
contents \onesignal\client\model\LanguageStringMap
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]