SendSMS method

Last Updated : Jan 12, 2016 |
Prolog information
This method sends an SMS message, and if successful, returns the Experience Portal message ID for the new session.
Important:
The return values are described Return values.

Parameters

Parameter
Type
Description
from
String
Short code used to send the message.
to
String
Target of the message. You can specify multiple values using a comma (,) as a delimiter. For example: 12345,23456,54321.
message
String
Message to send.
applicationName
String
name of the application to be launched. Contains zone information in the format: ZoneId:appName.
smsParameters
String
Parameters to be sent to o SMSC. Contains name value using semicolon (;) as delimiter, in the following format: name=value;name=;. (Optional)
ucid
String
Unique caller ID. (Optional)
sessionID
String
Caller’s session ID. (Optional)
requestTimeout
Integer
Time to wait for the request to finish. (In seconds)

Data returned

Parameter
Type
Description
sessionID_returned
String
If the request completed successfully, this return value contains the session ID.