SMS API Documentaion

Are you a developer? Integrating with our Bulk SMS is easy. Just follow the guides below

Field Description
username User ID provided
password Password provided
thread_text Test Message
thread_recievers 25471238xxxx (12 digit mobile number comma separated for multiple numbers)
sender Sender ID provided
coding Values are (1 or 2) 1 for English and 2 for Non-English
sms_type Trans or promo

Thank you for being interested in our services and sharing your requirement with us. To finalize your system integration, find below the API for Promotional and Transactional Bulk SMS service. Kindly check the details of the same (on the table) and share your valuable feedback with us.

Send Transactional (English/Unicode) SMS *

* NB: Number should be with 254

https://bsms.smsairworks.com/smsnew/HTTP/?username=XXXXX&password=XXXXXX&thread_text=XXXXXXXXXXXX&thread_recievers=XXXXXXXXX&sender=XXXXX&coding=XX&sms_type=trans

Php code sample *
$curl = curl_init();
curl_setopt_array($curl, array( CURLOPT_URL => 'https://bsms.smsairworks.com/smsnew/HTTP/?username=XXXXX&password=XXXXXX&thread_text=XXXXXXXXXXXX&thread_recievers=XXXXXXXXX&sender=XXXXX&coding=XX&sms_type=trans', CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'GET',
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;

Python code sample *

url = "https://bsms.smsairworks.com/smsnew/HTTP/?username=XXXXX&password=XXXXXX&thread_text=XXXXXXXXXXXX&thread_recievers=XXXXXXXXX&sender=XXXXX&coding=XX&sms_type=trans" payload={}
headers = {}
response = requests.request("GET", url, headers=headers, data=payload)
url = "https://bsms.smsairworks.com/smsnew/HTTP/?username=XXXXX&password=XXXXXX&thread_text=XXXXXXXXXXXX&thread_recievers=XXXXXXXXX&sender=XXXXX&coding=XX&sms_type=trans"
payload={}
headers = {}
response = requests.request("GET", url, headers=headers, data=payload)

Questions?

We are happy to help with any partner questions if you are looking for more information about the partner program.