Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.13 KB

File metadata and controls

19 lines (16 loc) · 1.13 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 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 \Zernio\Model\ExternalPostMediaItem[]
thumbnail_url string
published_at \DateTime
source string Always "external" — distinguishes these from Zernio-originated post.* events.
deleted_at \DateTime Detection time of deletion. Present on post.external.deleted; null/absent otherwise. [optional]

[Back to Model list] [Back to API list] [Back to README]