<< <%SKIN-STRTRANS-SYNCTOC%> >> Inbound - Forward to URL Detail |
Example template code
<?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <getReplyMessage xmlns="http://url.com/"> <timeStamp>$networkSubmitTime</timeStamp> <mobileNumber>$source</mobileNumber> <message>$message</message> </getReplyMessage> </soap12:Body> </soap12:Envelope>
|
Supported Variables
Supported variables:
$message
|
MO SMS text.
|
$source
|
MO SMS source address (MSISDN).
|
$sourcePresentation
|
MO SMS source presentation.
|
$sourceContactId
|
MO SMS source contact ID
|
$sourceContactFirstName
|
MO SMS source contact first name
|
$sourceContactLastName
|
MO SMS source contact last name
|
$sourceContactEmail
|
MO SMS source contact email address
|
$sourceContactAddress
|
MO SMS source contact address
|
$sourceLastKnownLocation
|
MO SMS source conatact last known location.
|
$destination
|
MO SMS destination address
|
$clientSubmitTime
|
The time MO SMS message is delivered to the client, in customer's timezone
|
$networkSubmitTime
|
The time MO SMS message is received by network, in customer's timezone
|
$clientMessageId
|
MO SMS message reference
|
$messageId
|
MO SMS message ID
|
$costCentre
|
MO SMS message cost center
|
$orderName
|
The name of order MO SMS message relates to
|
$choiceName
|
The name of inbound order choice MO SMS message matches to
|
$customerName
|
The name of customer MO SMS message belongs to
|