How to receive an API-Client routine.
When our messaging platform wants to execute an API-Client routine, it will:
- Construct a query string which contains pre-defined parameters along with their URL encoded values.
- 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:
- receives the HTTP request
- 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.