Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.04 KB

File metadata and controls

19 lines (14 loc) · 1.04 KB

CreateTemplateRequest

Properties

Name Type Description Notes
app_id str Your OneSignal App ID in UUID v4 format.
name str Name of the template.
contents LanguageStringMap
is_email bool Set true for an Email template. [optional]
email_subject str, none_type Subject of the email. [optional]
email_body str, none_type Body of the email (HTML supported). [optional]
is_sms bool Set true for an SMS template. [optional]
dynamic_content str, none_type JSON string for dynamic content personalization. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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