Sha256: 8e48bb8801882d00d9f8f478bdbb0dced4eb031c368d059b7023c1bc2c52e459

Contents?: true

Size: 960 Bytes

Versions: 4

Compression:

Stored size: 960 Bytes

Contents

# SibApiV3Sdk::CreateSmsCampaign

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Name of the campaign | 
**sender** | **String** | Name of the sender. **The number of characters is limited to 11 for alphanumeric characters and 15 for numeric characters** | 
**content** | **String** | Content of the message. The maximum characters used per SMS is 160, if used more than that, it will be counted as more than one SMS | 
**recipients** | [**CreateSmsCampaignRecipients**](CreateSmsCampaignRecipients.md) |  | [optional] 
**scheduled_at** | **String** | UTC date-time on which the campaign has to run (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional] 
**unicode_enabled** | **BOOLEAN** | Format of the message. It indicates whether the content should be treated as unicode or not. | [optional] [default to false]


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sib-api-v3-sdk-9.1.0 docs/CreateSmsCampaign.md
sib-api-v3-sdk-9.0.0 docs/CreateSmsCampaign.md
sib-api-v3-sdk-8.1.0 docs/CreateSmsCampaign.md
sib-api-v3-sdk-8.0.0 docs/CreateSmsCampaign.md