Knowledge Base

API-Client Interaction

Sub-categories

  1. DR_Forwarder
    The automatic forwarding of MT SMS delivery states to client servers.
  2. LowBal_Notification
    The automatic notification when an account's balance drops down to/below a pre-specific level.
  3. MO_Forwarder
    The automatic forwarding of MO SMS to client servers.
  4. MO_Responder
    The routine through which dynamic responses to Mobile Originated SMS are made.
  5. Subscription_State
    Routines through which our server communicates with client servers.

 

Tutorials

Frequently Asked Questions


Tutorial

How to receive an API-Client routine.

When our messaging platform wants to execute an API-Client routine, it will:

  1. Construct a query string which contains pre-defined parameters along with their URL encoded values.
  2. Pass the query string, in the form of an HTTP GET request, to the URL that you provide via SMS Online.

For example:

https://www.client.com/receiver.aspx?param1=value1¶m2=value2¶m3=value3

This means that you should set up a web-page which:

  1. receives the HTTP request
  2. URL decodes the values to be further handled by the application

The HTTP requests of API-Client routines must be responded to within a timely manner otherwise they will be abandoned.