Check if MT SMS was Received
This guide will provide a small guidance on how to check if MT SMS message from portal to your Thing was received successfully.
Check if MT SMS was received
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"totalResults": 2,
"hits": [
{
"_source": {
"EsDataType": "MT_SMS",
"Severity": "Info",
"message": "Success. txId=ThingId_ICCID_8912372646888991_1636397785991_0.7279801033980184 SMS txId=ThingId_ICCID_8912372646888991_1636397785991_0.7279801033980184 from console to ICCID 8912372646888991",
"Timestamp": 1636397786551,
"MessageType": "CDR"
}
},
{
"_source": {
"EsDataType": "MT_SMS",
"Severity": "Info",
"message": "Success. txId=ThingId_ICCID_8912372646888991_1636111732365_0.10960520849291022 SMS txId=ThingId_ICCID_8912372646888991_1636111732365_0.10960520849291022 from console to ICCID 8912372646888991",
"Timestamp": 1636111734800,
"MessageType": "CDR"
}
}
]
}Example using cURL:
Last updated
Was this helpful?