---
title: "Contact data model"
url: "https://docs.unified.to/crm/contact/model"
description: "API reference for Contact data model. Launch multiple pre-built Contact integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-30T02:13:29.386Z"
---
# Contact data model

A contact represents a person that optionally is associated with a deal and/or a company

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/crm/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

Unique identifier for this contact object

**created\_at**date 

The date that this contact object was created (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

The last date that this contact object was updated (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**name**string 

The name of the contact

**first\_name**string 

**last\_name**string 

**title**string 

The job title of the contact

**company**string 

The companyorganization name of the contact

**emails** array 

An array of email addresses for this contact

**telephones** array 

An array of telephones for this contact

**deal\_ids**string array 

An array of deal IDs associated with this contact

**company\_ids**string array 

An array of company IDs associated with this contact

**address**object 

**user\_id**string 

(reference to HrisEmployee)

**link\_urls**string array 

Additional URLs associated with the contact e.g., LinkedIn, website, etc

**metadata** array 

**department**string 

**image\_url**string 

**raw**any 

The raw data returned by the integration for this contact
