Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.22 KB

File metadata and controls

32 lines (20 loc) · 1.22 KB

ExternalPostWebhookPost

Native (external) post data shared by all post.external.* payloads.

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

Enum: SourceEnum

Name Value
EXTERNAL "external"