SMS Sending with IDs#
When creating an SMS mass messaging with identifiers it is necessary to take into account the General Requirements for Files as well as the following requirements:
text file is in Windows-1251 or UTF-8 encoding;
the maximum length of a transmitted MT message is 2000 characters;
service characters (line break, semicolon) can be used in the message text. To do this, the text of the message must be enclosed in quotation marks, and significant quotation marks in the text must be doubled.
1 name:
2 service_number:
3 date_start:
4 auto_start:
5 time_begin:
6 time_end:
7 use_timediff:
8
9 identifier 1;number 1;message text 1
10 identifier 2;number 2;message text 2
11 ...
12 identifier n;number n;text n
Примечание
In the file, an empty line should separate parameters and the list of numbers with message texts.
1 name: sendout20240916
2 service_number: YOUR_SERVICE_NUMBER
3 auto_start: Y
4
5 272344713;79036533935;first message
6 435235262;79037537935;another message
7 ...
The mandatory parameters are highlighted in bold.
Parameter |
Description |
---|---|
name |
The name of the messaging must be unique. |
service_number |
Sender’s name. |
date_start |
The start date of the messaging in YYYY-MM-DD format.
Optional parameter.
If the start date is not specified, the messaging will start on the current date.
|
auto_start |
Automatic start of the mass messaging. Possble values are:
Using of this function is agreed separately. |
time_begin |
The lower bound of the time interval in which the delivery will be carried out in the hh:mm format. |
time_end |
The upper bound of the time interval in which the delivery will be carried out in hh:mm format. |
use_timediff |
Delivery according to the subscriber’s time zone. Possible values are:
|