onesignal-rust-api 5.3.0

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# CreateTemplateRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**app_id** | **String** | Your OneSignal App ID in UUID v4 format. | 
**name** | **String** | Name of the template. | 
**contents** | [**crate::models::LanguageStringMap**]LanguageStringMap.md |  | 
**is_email** | Option<**bool**> | Set true for an Email template. | [optional]
**email_subject** | Option<**String**> | Subject of the email. | [optional]
**email_body** | Option<**String**> | Body of the email (HTML supported). | [optional]
**is_sms** | Option<**bool**> | Set true for an SMS template. | [optional]
**dynamic_content** | Option<**String**> | JSON string for dynamic content personalization. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)