SMS API for Softwares v2

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*** 

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

API Introduction

Endpoint https://hub.aryanict.com/modules/addons/DomainsReseller/api/index.php...

API Actions

POST - /order/domains/register - Register Domain domaintype: text validators: required,...

Example Code (PHP)

<?php $data = array( "action" => "RegisterDomain", "token" =>...

SMS API

PHP Version: Prerequisite: 1)      PHP 4 >= 4.3.0, PHP 5, PHP 7 2)      For server need...

SMS API for Softwares

In Action: You need a unique ApplicationId (You can collect from support team). //$appID can be...