The Contact Object ### Description The Contact
object is used to represent the customer, lead, or external user that a ticket is associated with. ### Usage Example TODO
Name | Type | Description | Notes |
---|---|---|---|
id | str | [optional] [readonly] | |
remote_id | str, none_type | The third-party API ID of the matching object. | [optional] |
name | str, none_type | The contact's name. | [optional] |
email_address | str, none_type | The contact's email address. | [optional] |
phone_number | str, none_type | The contact's phone number. | [optional] |
details | str, none_type | The contact's details. | [optional] |
account | str, none_type | The contact's account. | [optional] |
remote_data | [RemoteData], none_type | [optional] [readonly] | |
remote_was_deleted | bool | Indicates whether or not this object has been deleted by third party webhooks. | [optional] [readonly] |
field_mappings | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | [optional] [readonly] |