Sms === .. py:function:: model.SendSms(query, iSendGroup, sTitle, sMessage) :param str query: see :doc:`QueryParameter` :param int iSendGroup: The ID of the SMS sending group, from SMSGroups table :param str sTitle: Kind of a subject. Stored in the database, but not part of the actual text message. Must not be over 150 characters. :param str sMessage: The text message content. Must not be over 160 characters. Queue an SMS text message to be sent to the people specified in the query. .. py:function:: model.CreateTinyUrl(url) :param str url: The URL to be shortened :return: A shortened URL :rtype: str Generates a shortened URL using the configured URL shortener service. If the service is not set up or fails, the original URL is returned.