Screenshots of SMS123 for Notes and web browser
 |
|
Screenshot from Notes client.
Click to enlarge. |
|
|
|
 |
|
Screenshot from web client. Click to enlarge. |
API for LotusScript agents:
To send SMS with one code line:
msgid = SendSMS(phone_number, message_text)
To check delivery status of sent SMS:
messagestatus=CheckSMSStatus(msgid)
-
|