---
title: "Contact data model"
url: "https://docs.unified.to/uc/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-05-22T23:27:19.475Z"
---
# Contact data model

A contact represents a person that optionally is associated with a call

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/uc/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 company/organization name of the contact

**emails** array 

An array of email addresses for this contact

**telephones** array 

An array of telephones for this contact

**raw**any 

The raw data returned by the integration for this contact
