Generate the text which should be sent to a device via sms to execute a command.
1 mobile.generateSMSMessage
<mobile.generateSMSMessage message-id='message-id'/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Amessage-id | Integer | Id of the message of which you want to obtain a response. |
Returns | |
---|---|
Type | Description |
String | Text to send to the device properly coded. |
Example
Copy
<xsql-script> <body> <return> <mobile.generateSMSMessage message-id="1002"/> </return> <!-- 138181968 aWQ9MTY0JmNvZGU9UE9QVVAmdmlicmF0ZT0xMDAwJnNvdW5kPTEwMDAmbm90aWZ5PTEmZGF0YT0iVFRURVNTVA== --> </body> </xsql-script>