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 | OffsetDateTime | ||
| source | SourceEnum | Always "external" — distinguishes these from Zernio-originated post.* events. | |
| deletedAt | OffsetDateTime | Detection time of deletion. Present on post.external.deleted; null/absent otherwise. | [optional] |
| Name | Value |
|---|---|
| EXTERNAL | "external" |