Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.23 KB

File metadata and controls

21 lines (17 loc) · 1.23 KB

CallRecipient

Properties

Name Type Description Notes
firstname string The recipient's first name. [optional]
lastname string The recipient's last name. [optional]
miscellaneous string Miscellaneous information. [optional]
email string The recipient's email address. [optional]
phone string The recipient's phone number. [optional]
extension string The recipient's phone extension. [optional]
status string Status of the call. Options: live_answer, vm, busy, no_answer, dialing, not_connected, queued [optional]
duration int Duration of the call in seconds. [optional]
addOn string Result from add-on feature. [optional]
attempts string Number of attempts to call was made. [optional]
successful bool Whether the call was successful or not. [optional]
calledAt string When the recipient was contacted. [optional]

[Back to Model list] [Back to API list] [Back to README]