late 0.0.336

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
# ExternalPostWebhookPost

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Platform-native post ID (NOT a Zernio post ID). | 
**platform** | **String** | Platform the post lives on (e.g. \"googlebusiness\"). | 
**account_id** | **String** | Zernio social account ID the post belongs to. | 
**url** | **String** | Direct URL to the post on the platform, when available. | 
**content** | **String** | Post text. May be empty. | 
**media_type** | **String** | One of image, video, gif, document, text, carousel. | 
**media_items** | [**Vec<models::ExternalPostMediaItem>**]ExternalPostMediaItem.md |  | 
**thumbnail_url** | **String** |  | 
**published_at** | **String** |  | 
**source** | **Source** | Always \"external\" — distinguishes these from Zernio-originated post.* events. (enum: external) | 
**deleted_at** | Option<**String**> | Detection time of deletion. Present on post.external.deleted; null/absent otherwise. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)