I use this api: Ask Fast, to communicate with my customers. I use this to call my customers to update them on the status of their order. I need to know if the customer has picked up the phone, or that I have reached their voice mail. In the documentation there is no such a method. Is there a way to know this? In both the scenarios the servers gives a 200 code back.
I make this call:
url: http://api.aks-fast.com/dialoghandler/rpc
{
"method": "outboundCallWithMap",
"params": {
"addressMap": {
"003110xxxxxxx": "me"
},
"url": "my url",
"accountID": "xxxxxxxxxxxxx",
"senderName": "me",
"subject": "test message"
}
}