SMS API for Softwares v2 Print

  • 2

In Action:

 

You need a unique ApplicationId  Username (You can collect from support team).

//$username (appID) can be provided by support team.

$username= 'AICT***';

//$password will be blank.

$password= '';

//$text will be plain text.

$text= 'testing';

//$sender will be string, character limit 11 without any space.

$sender = 'AICT';

//$number must be with country code and without zero.

$number = '93799888799';

//$language will be integer ENGLISH or DARI. ENGLISH for Plain Text and DARI for Arabic Text

$language=ENGLISH;

 

$return have 0 or 1.

0=Not Sent and 1=Sent

 

ARYAN ICT Solutions SMS API URL:

https://www.aryanict.com/api/sendSmsLinkSdp?username=AICT***&password=&from=AICT&to=93799888799&text=test&language=ENGLISH 

 

ARYAN ICT Solutions SMS Balance API URL:

https://www.aryanict.com//api/getRemainingSms?appID=AICT*** 


Was this answer helpful?

« Back