---
title: "Event data model"
url: "https://docs.unified.to/crm/event/model"
description: "API reference for Event data model. Launch multiple pre-built Event integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-23T17:06:13.702Z"
---
# Event data model

An event represents an event, activity, or engagement and is always associated with a deal, contact, or 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 event object

**created\_at**date 

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

**updated\_at**date 

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

**type** enum

Valid values:

 "NOTE" 

 "EMAIL" 

 "TASK" 

 "MEETING" 

 "CALL" 

The type of event

**note**object 

The note object, when type = note

**meeting**object 

The meeting object, when type = meeting

**email**object 

The email object, when type = email

**call**object 

The call object, when type = call

**task**object 

The task object, when type = task

**marketing\_email**object 

**form**object 

**page\_view**object 

**deal\_ids**string array 

An array of deal IDs associated with this event

**company\_ids**string array 

An array of company IDs associated with this event

**contact\_ids**string array 

An array of contact IDs associated with this event

**lead\_ids**string array 

(reference to CrmLead)

**user\_id**string 

(reference to HrisEmployee)

**raw**any 

The raw data returned by the integration for this event.
