Interested with Bulk SMS Indonesia? Contact Us HERE

Bulk SMS Indonesia API Integration

Home / Bulk SMS Indonesia API Integration

Bulk SMS Indonesia provides you the availability to connect to our SMS gateway without any charges of setup. With SMS gateway, you will be able to automate bulk text messaging and also integrate Bulk SMS service into any websites or application through iSMS API.

Our Bulk SMS API (Application Programming Interface) has been designed by a team of our engineers to provide a straightforward and effective way of integration between websites/software and messaging platform. It has been perfectly made for both small & large corporate information systems.

If you want to send mass SMS through Bulk SMS API, you will need to create a HTTP / HTTPS request (POST/GET method) to the URL listed below:-


Send SMS API via HTTPS:
https://www.isms.com.my/isms_send.php
Send SMS API via HTTPS (Mirror):
https://ww2.isms.com.my/isms_send.php


Send SMS by Group ID via HTTPS:
https://www.isms.com.my/api_send_sms_by_group.php?un=isms&pwd=isms123&groupid=12345&msg=Hello%20World&type=1&sendid=12345
Send SMS by Recipient Name via HTTPS:
https://www.isms.com.my/api_send_sms_by_name.php?un=isms&pwd=isms&name=contact1&msg=Hello%20World&type=1


Send SMS by Phone Number to Single Recipient via HTTPS:
https://www.isms.com.my/isms_send.php?un=isms&pwd=isms&dstno=60123456789&msg=Hello%20World&type=1&sendid=12345


Multiple Recipient (Separate each recipient with semi-colon ";" ) maximum 300 number per push

Send SMS by Phone Number to Multiple Recipient via HTTPS:
https://www.isms.com.my/isms_send.php?un=isms&pwd=isms123&dstno=60123456789;601254888999;6044478955&msg=Hello%20World&type=1&sendid=12345


Contact List

Get Contact List Group via HTTPS:
https://www.isms.com.my/api_list_of_contact_group.php?un=isms&pwd=isms123
Get Contact List Based on the Group ID via HTTPS:
https://www.isms.com.my/api_list_of_contact.php?un=isms&pwd=isms123&groupid=12345


Get All Contact List from Phone Book via HTTPS:
https://www.isms.com.my/api_list_of_contact.php?un=isms&pwd=isms123


Contact Group

Create New Contact Group via HTTPS:
https://www.isms.com.my/api_add_contact_group.php?un=isms&pwd=isms123&name=group1
Update Group Name via HTTPS:
https://www.isms.com.my/api_edit_contact_group.php?un=isms&pwd=isms&name=mygroup&groupid=98765


Delete Group Name via HTTPS:
https://www.isms.com.my/api_delete_contact_group.php?un=isms&pwd=isms&groupid=98765


iSMS API Features

Parameter Details Example
*un Client username for iSMS system Login. isms
*pwd Client password for iSMS system Login. isms123
dstno Mobile number that you wish to send a message
(Append 00 for international numbers)
60129007788
*msg The message body (MAX limit : 900 char) Hi, John. How r u?
type Type of SMS
1 - ASCII-Default Value (English, Bahasa Melayu, etc)
2 - Unicode data (Chinese, Japanese, etc)
1
agreedterm Accept the iSMS Term and Condition below:
https://www.isms.com.my/user-agreement.php
Our API will filter your sms if you do not agree with the agreement.
YES
*sendid
(Optional)
Sender ID to be displayed on recipient's mobile phone.
(Please notice that Malaysia Prefix does not support Sender ID)
max. Length 11 characters
61000
* MUST URL Encoded  HTTP Response Result


Server Response

Return Values :- Upon message submission, iSMS's server platform will provide the user with a corresponding response value for each message.

Error Code Error Description Details
2000 = SUCCESS or EMPTY/BLANK SUCCESS Message Sent.
-1000 UNKNOWN ERROR Unknown error. Please contact the administrator.
-1001 AUTHENTICATION FAILED Your username or password are incorrect.
-1002 ACCOUNT SUSPENDED / EXPIRED Your account has been expired or suspended.
Please contact the administrator.
-1003 IP NOT ALLOWED Your IP is not allowed to send SMS.
Please contact the administrator.
-1004 INSUFFICIENT CREDITS You have run our of credits.
Please reload your credits.
-1005 INVALID SMS TYPE Your SMS type is not supported.
-1006 INVALID BODY LENGTH (1-900) Your SMS body has exceed the length.
Max limit = 900
-1007 INVALID HEX BODY Your Hex body format is wrong.
-1008 MISSING PARAMETER One or more required parameters are missing.
     


Check SMS Balance API

In order to check SMS balance API :-

Parameter Details Example
*un Username of iSMS account isms
*pwd Password of iSMS account isms123

API for Checking SMS Balance

Check SMS Balance via HTTPS:
https://www.isms.com.my/isms_balance.php?un=isms&pwd=isms123



API for SMS Task Scheduler

click HERE for more detail


URL Encoding Reference

ASCII Character Description URL-encoding Remark
NUL null character %00  
CR carriage return %0D For Break Line used