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


Q&A

Question

How can I simulate an API-Client routine?

Answer

As all of our API-Client routines use the HTTP Get method, our requests can easily be simulated through an internet browser, for example:

Client URL: http://www.client.com/receiver.aspx
Our request: param1=value1¶m2=value2¶m3=value3
Address bar: http://www.client.com/receiver.aspx?param1=value1¶m2=value2¶m3=value3