Send Multi SMS
You can send a message to any Israeli number. The "Send Multi SMS" is for sending the different message to different numbers.
For Hebrew message, an SMS is counted every 70 characters. for sending an Hebrew SMS with 71 characters, it will be counted as two SMS.
For English message: an SMS is counted every 160 characters.
Settings:
URL | |
Method | send all data via POST parameters |
Body:
Parameter | Description / Example |
|---|---|
apiKey | Your API key for the service |
from | from can be either Alphanumeric or a number (maximum of 11 characters) without '+972'. for Alphanumeric: no restrictions. for a number: the number must be approved by 99 digital to use. |
content | you should send "to" and "text" as an POST array. the system will read the data as follows: to -> the number text -> the message |
text | your SMS goes here. use \n for new line. |
Response:
{
"status": "OK",
"unique": "63433453",
"text": "your message",
"timestamp": 1600115719,
"from": "0501234567",
"reason": 1
}
Response-Explain:
Parameter | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
status | OK or FAIL | ||||||||||||||||||
unique | unique ID for any message | ||||||||||||||||||
text | the text you sent | ||||||||||||||||||
timestamp | time stamp | ||||||||||||||||||
from | sender number or text | ||||||||||||||||||
reason | 'reason' is the status explanation in case of FAIL
|