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

https://api.99digital.co.il/sms/sendMessage

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

1

not FAIL. the status is OK

2

from number is too long or too short

3

the number you are trying to use is not verified by 99 digital

4

 the text is too long

5

unknown error, contact support

6

wrong apiKey

7

to can't be empty

8

text can't be empty

9

from can't be empty