Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.18 KB

File metadata and controls

21 lines (16 loc) · 1.18 KB

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 Option<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 Vecmodels::ExternalPostMediaItem
thumbnail_url Option<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] [Back to API list] [Back to README]