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) -