| Name | Type | Description | Notes |
|---|---|---|---|
| phones | \BSG\Api\V2\Model\SmsSendRequestPhonesItem[] | ||
| sender | string | Sender’s name: from 3 to 11 characters for the sender’s alphanumeric name (Latin letters, symbols, numbers, spaces); 3 to 15 characters for the sender’s numeric name. To setup senders visit the account | |
| tariff_code | int | Tariff code null by default. Your can pass specified one if you have several. For more information please visit the account prices | [optional] |
| text | string | SMS text, max length is 765 chars for GSM 7-bit encoding (Latin), and 355 for UCS-2 | |
| validity | int | validity time in hours. The default is 72 hours. Integer from 1 to 72 | [optional] [default to 72] |
| start_at | \DateTime | Start sending the messages at | [optional] |
| short_links | \BSG\Api\V2\Model\ShortLink[] | [optional] | |
| transliterate | bool | apply transliteration to sms text if it necessary | [optional] [default to false] |
| callback_url | mixed | Link to get the delivery status of messages. If this parameter is specified in the method, it will take precedence over the value specified in the “Callback URL” field in the Personal Area. | [optional] |
Expand file tree
/
Copy pathSmsSendRequest.md
More file actions
/
Copy pathSmsSendRequest.md
File metadata and controls
17 lines (14 loc) · 1.59 KB