|
There are no translations available
This article illustrates how to send a bunch of SMS to a list of recipients, given in CSV format
This is a procedure pretty simple, and it will allow you to copy&paste a list of numbers (separated by a certain symbol, by default is the ';') in the classic GUI, sending the message to all of them.
The first thing you need to edit is to slightly modify the standard interface, in fact here we have a limit on the number of characters that you can insert and this prevents us from inserting the CSV list. Now that the interface is ok, we need to modify the code that sends SMS, so that it will be able to handle also this new feature. Please contact us and we will provide you all the needed files. Then, just substitute them to the original ones.
Note that, after this procedure, you will be able to send multiple messages inserting into the "To:" field values like: YYXXXXXXXXXX; ZZVVVVVVVVVV;BBNNNNNNNNNN... Where the first two digits are the international prefix as usual. Obviously, you will still be able to send messages in the classic way. Important: if you need to change the separator used in the CSV, you have to modify the two calls to strtok function in the code.
|