Introducing a powerful feature in our 5.4 version: Component Monitoring. Now, you can keep a close eye on all the components of your purchased products, ensuring everything runs smoothly. This includes monitoring SSL Validity, SMS API, Reports, SMPP Client, SMPP Server, Linktrack, NCPR, Two Way SMS, WhatsApp Push, WhatsApp API, and WhatsApp Report. Should any […]
Articles Tagged: http sms
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 […]
Is there an API to Calculate Length and Cost of SMS Message?
Yes, we do provide an HTTP REST SMS API to Calculate Length and Cost of SMS Message. Sample HTTP API for Length/Cost Calculation http://localhost/smpp/SMSApi/info/msg?userid=testUser&password=xxxxx&msg=Hello+World&output=json
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
Does your Application Come with SMS API Sample Codes?
Yes, the application comes with Sample Code of Java and PHP. It is available for both resellers and Customers on their user interface. Just go to Sidebar -> SMS API -> Sample Codes We can also add additional sample code on custom basis.
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 […]
Types of SMPP Connects
There are 3 types of SMPP Connects in SMPP Center’s SMPP Client program. SMPP Connect HTTP Connect Sandbox Connect SMPP Connect Connect to SMS Telecom Operators or SMS Aggregators using SMPP and terminate SMS messages. HTTP Connect You can terminate SMS using HTTP Protocol or HTTP SMS API. Sandbox Connect This is your own dummy […]