The Contact Object
Attribute | Type | Description |
---|---|---|
id | String | A unique ID for the Contact |
company_id | String | A unique ID for the Company the Contact belongs to |
project_id | String | A unique ID for the Project the Contact belongs to |
name | String | The full name of the Contact |
String | The email of the Contact | |
phone_number | String | The phone number of the Contact |
created_at | Integer | Timestamp when the Contact was created |
updated_at | Integer | Timestamp when the Contact was last updated |