Voice Broadcast API
IncomingPostback
Incoming postbacks describe incoming calls. To receive postbacks, specify a StatusChangePostUrl
URL in the NotifyPhoneAdvanced
or NotifyMultiplePhoneAdvanced
methods.
Type Properties
Property Name | Description | Data Type | Sample |
---|---|---|---|
QueueID | The unique ID of the call. | Long | 4093249 |
ResponseCode | Status code for the call. | QueueIDStatusCode | 0 |
StartTime | The UTC time when the call started. | DateTime | 2020-08-28T00:53:06.608Z |
EndTime | The UTC time when the call ended. | DateTime | 2020-08-28T00:53:43.654Z |
Duration | The total duration of the call, in seconds. | Integer | 37 |
incoming | Whether the call was an incoming call. | Boolean | True |
transfercallerid | The number displayed on the receiving party’s Caller ID, if the call is transferred. | String | 7575550000 |
machinedetection | Whether the call was answered by a human or a machine.ValueDescriptionHUMANThe call was answered by a human.MACHINEThe call was answered by a machine.FAXThe call was answered by a fax machine.UNKNOWN | String | HUMAN |
digitsdialed | The digits pressed while the call was active. | String | 345 |
extension | The extension of the recipient dialed. | String | |
lastrecordlength | The duration (in seconds) for the call or portion of the call that was recorded. | 37 | |
callerid | The number displayed on the receiving party’s Caller ID. | String | 7575550000 |
phonenumber | The number that received the call. | String | 8005551234 |
Let’s start sending, together.