Native (external) post data shared by all post.external.* payloads.
| 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"). | |
| AccountId | 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. | |
| MediaType | string | One of image, video, gif, document, text, carousel. | |
| MediaItems | List<ExternalPostMediaItem> | ||
| ThumbnailUrl | string | ||
| PublishedAt | DateTime | ||
| Source | string | Always "external" — distinguishes these from Zernio-originated post.* events. | |
| DeletedAt | DateTime? | Detection time of deletion. Present on post.external.deleted; null/absent otherwise. | [optional] |