Send SMS
You can send a message to any Israeli number. The "Send SMS" is for sending the same message to one or more 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 | POST (form-data body) |
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. |
to | Numbers list, separated by comma, without 00 or +972 or 972. example: 0501234567 or 0501234567,0508999999 |
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
|