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

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

### 

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

Data Model

**id**string 

Unique identifier for the post

**created\_at**date 

When the post was created (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

When the post was last updated (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**profile\_id**string 

The social profile (page/handle/listing) that owns this post

**parent\_post\_id**string 

The post this one replies to or references

**title**string 

Optional post title/headline

**body**string 

The main text content of the post

**status** enum

Valid values:

 "DRAFT" 

 "SCHEDULED" 

 "PUBLISHED" 

 "REJECTED" 

 "PROCESSING" 

Publication status of the post

**type** enum

Valid values:

 "POST" 

 "REPLY" 

 "REPOST" 

 "QUOTE" 

 "EVENT" 

The kind of post

**media** array 

Media assets attached to the post

**url**string 

Public permalink to the post

**language**string 

Language code of the post content

**scheduled\_at**date 

When the post is scheduled to publish (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**call\_to\_action**object 

Call-to-action button on the post

**metrics**object 

Engagement metrics for the post

**raw**any 

Raw data from integration
