---
title: "Notification data model"
url: "https://docs.unified.to/unified/notification/model"
description: "API reference for Notification data model. Launch multiple pre-built Notification integrations today with zero maintenance — all through a single API."
---
# Notification data model

A notification of an event that occurred in you account.

### 

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

Data Model

**id**string  read-only 

Unique identifier for this notification object

**created\_at**date  read-only 

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

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**workspace\_id**string  read-only 

(reference to KmsSpace)

**description**string 

Longer description of this notification

**user\_id**string 

(reference to HrisEmployee)

**user\_name**string 

**workspace\_name**string 

**webhook\_id**string 

**connection\_id**string 

**integration\_type**string 

**integration\_name**string 

**sent\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**event** enum

Valid values:

 "USER\_CREATED" 

 "USER\_DELETED" 

 "CONNECTION\_HEALTHY" 

 "CONNECTION\_UNHEALTHY" 

 "CONNECTION\_CREATED"
