...
parameter | Meaning |
---|---|
status | text representing the message status |
statusCode | system status code as per our reponse code tables |
id | documentId of the MT message |
timestamp | time the final status was received by intelli |
from | Source address of the MT message |
to | recipient of the MT message |
text | content of the MT message |
chargedAmount | Amount 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. |
numberOfParts | Number 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
parameter | Meaning |
---|---|
MTMessageId | For Reply Messages this is the Id for the matching MT message |
MOMessageId | Id of the MO message |
timestamp | time the final status was received by intelli |
from | Source address of the MT message |
to | recipient of the MT message |
text | content of the MT message |
...