Multitech SF100-G User Manual For System Administrators page 61

Turnkey sms server
Hide thumbs Also See for SF100-G:
Table of Contents

Advertisement

3.1.1 HTTP Send API Format
Each "HTTP Send API Request" consists of four parts:
Where: portnumber is optional.
user1, puser1, 7634567765 and message are variables / configured parameters.
Note:
Example: To access the SMSFinder 204.26.122.125 from 125.63.78.44, you MUST add the
network 125.63.78.0 to the following SMSFinder screen:
When HTTP Send API is enabled, it is also possible to send SMS from a non-browser with a
TCP connection to the configured HTTP Port by following the steps below:
Initiate a raw TCP connection to the SMSFinder's IP address over the "HTTP Send API"
port
Example : telnet 192.168.2.1 80
Issue GET command to send SMS.
Issue GET command to query the status of send SMS.
Send API Format
GET /sendmsg?user=admin&passwd=admin&cat=1&to=5645676543&ton=Graham&
group=Engineering&text=This%20is%20a%20test%20message.^M^J
Or
GET
/sendmsg?user=admin&passwd=admin&cat=1&to=%225678976543%22&ton=%22Bob%2
2&group=%22Engineering%22&text=This%20is%20a%20test%20message.^M^J
Query API Format
GET /querymsg?user=admin&passwd=admin&apimsgid=message id.^M^J
Note:
All special characters must be given in URL encoded format with hex value; e.g., space
should be given as %20; double quotes should be given as %22.
Example: If a name is Graham Bell, it should be given as Graham%20Bell
Multi-Tech Systems, Inc. SMSFinder User Guide for System Administrators (Document S000451B)
The first part is the destination; i.e., the SMSFinder's IP and HTTP port number.
The second part is the API call which is the query; therefore, it has a '?' post-fixed to the
call.
The third part is for authentication, which is in the form of a username and password.
The fourth part is the message parameters.
The SMSFinder can be accessed ONLY from the preconfigured allowed networks.
Admin Access >> Allowed Networks
Appendix A – Application Programming Interface (API)
61

Advertisement

Table of Contents
loading

This manual is also suitable for:

Smsfinder sf100-g

Table of Contents