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.