Voice Broadcast API
NotifyReturn
This type includes details about a call that you created with the Phone Notify! API.
Type Properties
Property Name | Description | Data Type | Sample |
---|---|---|---|
ResponseCode | Status code for the call. | QueueIDStatusCode | 1 |
ResponseText | Status description of the call. | QueueIDStatusText | Call Answered |
CallAnswered | Whether the call was answered. | Boolean | True |
QueueID | The unique ID of the call. Use this at any time to get the call’s current status with the GetQueueIDStatus and GetQueueIDStatusWithAdvancedInfo methods. | Long | 4093249 |
TryCount | The number of times to attempt dialing if the initial call is unanswered or busy. | Integer | 2 |
Demo | Boolean | False | |
DigitsPressed | The digits pressed while the call was active. | String | 345 |
MachineDetection | Whether the call was answered by a human or a machine. HUMAN- The call was answered by a human. MACHINE- The call was answered by a machine. FAX – The call was answered by a fax machine. UNKNOWN | String | HUMAN |
Duration | The total duration of the call, in seconds. | Integer | 37 |
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 |
MinuteRate | Decimal | ||
Country | The country called, if other than U.S. or Canada. | String | |
CallComplete | Whether the call is complete. | Boolean | True |
TextToSay | The text-to-speech text or combination of text-to-speech and script to be read to the receiving party. | String | |
VariableArray | Array of Variable objects |
Let’s start sending, together.