SMS Sending with no IDs#

When creating an SMS mass messaging without 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 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 auto_start:
4
5 number 1;message text 1
6 number 2;message text 2
7 ...
8 number n;text n

Примечание

In the file, an empty line should separate parameters and the list of numbers with message texts.

If the file contains the same phone numbers, only the first one in the list will be processed. The remaining numbers will be rejected by the system.