SMS API for Softwares

In Action:

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

//$appID can be provided by support team.

$appID= 'AICT***';

//$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';

//$type will be integer 0 or 2. 0 for Plain Text and 2 for Arabic Text

$type=0;

 

$return have 0 or 1.

0=Not Sent and 1=Sent

 

ARYAN ICT Solutions SMS API URL:

https://www.aryanict.com/api/sendSmsLink?appID=AICT***&text=testing&sender=AICT&number=93799888799&type=0

 

ARYAN ICT Solutions SMS Balance API URL:

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

 

 
  • 11 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 v2

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