Multitech SF100-G User Manual For System Administrators page 62

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

Advertisement

3.1.2 Authentication
The system needs to authenticate any API request. We achieve this by having the
authentication credentials as part of the "Send SMS URL" or "Send SMS TCP" command.
This user should be Admin or the configured Send Users.
Every "Send SMS URL" should have the username and password, and every request is
authenticated by the SMSFinder.
3.1.3 Sending to a Number
HTTP API format is:
http://192.168.2.1[:portnumber]/sendmsg?user=user1&passwd=puser1&ca
t=1&to="7657867765"&text=message
The parameters are:
Note:
In the format example above:
user1, puser1, 7657867765 and message are variables / configured parameters.
3.1.4 Sending to an Address Book Name
The API can be used to send the message to a name in the SMSFinder's address book. If
the name does not exist in the address book, the message is dropped.
HTTP API format is:
http://192.168.2.1[:portnumber]/sendmsg?user=user1&passwd=
user1&cat=1&ton="bob"&text=message
The parameters are:
Multi-Tech Systems, Inc. SMSFinder User Guide for System Administrators (Document S000451B)
user - The username of the account, which has a maximum of 50 bytes.
passwd - The password of the account, which has a maximum of 50 bytes.
cat Category
1 - Send SMS
2 - Broadcast Trigger
3 - Action Trigger
to
The mobile number where the SMS is to be delivered.
This number has to be given within double quotes. The maximum size of each
recipient's number is 50 bytes.
text The message text to be sent.
Enable Extended ASCII in the SMSFinder to send both ASCII and extended
ASCII characters. By default, Extended ASCII is disabled and the message
could have only ASCII characters.
Important Note: The message field should NOT contain %0D.
If Extended ASCII is disabled, a maximum of 160 characters can be sent.
If Extended ASCII is enabled, a maximum of 140 characters can be sent.
cat 1
ton The name in the address book where the SMS is to be delivered must be
given within double quotes.
The maximum size of each recipient's name is 50 bytes.
text The message text to be sent.
Enable Extended ASCII in the SMSFinder to send both ASCII and extended
ASCII characters. By default, Extended ASCII is disabled and the message
can have only ASCII characters.
If Extended ASCII is disabled, a maximum of 160 characters can be sent.
If Extended ASCII is enabled, a maximum of 140 characters can be sent.
Important Note: The message field should NOT contain %0D.
Appendix A – Application Programming Interface (API)
62

Advertisement

Table of Contents
loading

This manual is also suitable for:

Smsfinder sf100-g

Table of Contents