Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

parameterMeaning
statustext representing the message status
statusCodesystem status code as per our reponse code tables
iddocumentId of the MT message
timestamptime the final status was received by intelli
fromSource address of the MT message
torecipient of the MT message

text

content of the MT message

chargedAmountAmount charged for message sent request.   number format 0.000.  currently change amount for successfully submitted MT single SMS message is 1.   If the message is multi part the charge increases by 1 for each additional message part.  The number of message parts is the defined in the numberOfParts parameter below.
numberOfPartsNumber of message parts for the message.  


example push URL

https://myDRreceivingservice.com?MessageStatus={{statusCode}}&MessageId={{id}}

Note that your service must be GET service accept url parameters

MO Message

parameterMeaning

MTMessageId

For Reply Messages this is the Id for the matching MT message

MOMessageId

Id of the MO message
timestamptime the final status was received by intelli
fromSource address of the MT message
torecipient of the MT message
textcontent of the MT message

...