Does SMS API Support Unicode (Regional) SMS?

Yes, we allow Unicode / Regional language SMS on SMPP, UI and SMS API. You will have to pass the parameter and value as type=unicode to deliver unicode SMS to the recipients. Your customers and resellers can deliver SMS in any language.

Read More

What are the Default APIs Available with SMPP Center Software?

We have provided most of the features over HTTP REST API so that your users/resellers can create a custom website using the available API. The following are the list of available default APIs with SMPP Center Software. Info API Response Error Code ListDelivery Error Code ListGet SMS Length / Cost Reports MIS by Transaction IDGet […]

Read More

Do you Provide Standard Delivery Error Codes?

Yes, we actually provide Standard Delivery Error Codes. Your users can use HTTP API to get all Standard Delivery Error Codes to integrate into their system. Sample HTTP API for Delivery Error Codes http://localhost/smpp/SMSApi/info/deliverycodes?userid=testUser&password=xxxxx&output=json

Read More

Do you Provide Standard API Error Codes?

Yes, we actually provide this. Your users can use HTTP API to get all API Error Codes to integrate in their system. Sample HTTP API for API Error Codes http://localhost/smpp/SMSApi/info/responsecodes?userid=testUser&password=xxxxx&output=json

Read More

Do you provide Test SMS Message API?

Yes, we have provided this option. All you have to do is build or get the send SMS Message API and append an extra parameter as test=true Note: When you use this parameter, actual message wont be delivered to the recipient. Response will be given based on the requested format. Example SMS API: http://localhost/smpp/SMSApi/send?userid=testUser&password=xxxxx&sendMethod=quick&phone=919999999999&text=Hello+World&senderid=SMSGAT&type=text&duplicatecheck=true&output=json&test=true

Read More

Types of Bulk SMS Allowed on SMS API

We support the similar types of Bulk SMS on SMS API also which we allow it on User Interface. You can visit for the Types of SMS Sent on Reseller/User UI. You will have to pass the parameter for respective SMS types such as, For Quick SMS: Use sendMethod as quick For Group SMS: Use […]

Read More

What kind of Authentication is Used in SMS API?

We have given 2 options to authenticate your login credentials. API Key Username and Password API Key Auth User needs to generate API key before hand. Then while sending SMS requests over HTTP SMS REST API then user needs to include API key in HEADER to authenticate. Username and Password User could use both GET […]

Read More