User Actions

Messages with type value R. When your message reaches the user, a Delivered report is sent to your service callback URL; when the user reads the message, a Read report is sent. For synchronous sends, reportid values are in the response; for asynchronous sends, match the reportid values from the callback URL + /report with these.

Delivered Report

{        
    "sender":   "9053XXXXXXXX",  
    "type":   "R",  
    "msgid":  89267368,  
    "sendtime":   "18.05.2018 16:11:58.633 +0300",  
    "txnid":   "Gp2s9-58",  
    "report":  {            
       "reportid":"08oyS-9",  
       "reporttype":  0        
    }    
}

Read Report

{        
    "sender":   "9053XXXXXXXX",  
    "type":   "R",  
    "msgid":  89267368,  
    "sendtime":   "18.05.2018 16:11:58.633 +0300",  
    "txnid":   "Gp2s9-58",  
    "report":  {            
       "reportid":"08oyS-9",  
       "reporttype":  0        
    }    
}