Address Book ​
Multiple methods are available with the API to query Address Book entries, or to add, update, delete existing contacts.
The Address Book can only be used via the API using Global Contacts, and not user's personal contacts.
| Heading | Data Type | Description |
|---|---|---|
| AddressBookID | Integer | The database ID for the Address Book entry |
| FirstName | String | The First Name of the contact in the Address Book |
| Surname | String | The Surname of the contact in the Address Book |
| EmailAddress | String | The Email Address of the contact in the Address Book |
| Company | String | The Company Name the Address Book contact belongs to |
| BusinessPhone | String | The Address Book contact's Business Phone Number |
| PersonalPhone | String | The Address Book contact's Personal Phone Number |
| Street | String | The Street Address for the Address Book contact |
| City | String | The City for the Address Book contact |
| State | String | The State for the Address Book contact |
| Zipcode | String | The Zipcode for the Address Book contact |
| Country | String | The Country for the Address Book contact |
| Notes | String | Any notes for the Address Book contact |
| PassPhrase | String | Any PassPhrase which has been associated with the Address Book contact, so it can be used in conjunction with the Self Destruct Message feature |
| GlobalContact | Boolean | Whether or not the Address Book contact is a Global Contact or not |