Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.23 KB

File metadata and controls

21 lines (17 loc) · 1.23 KB

Zernio.Model.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 DateTime
Source string Always &quot;external&quot; — distinguishes these from Zernio-originated post.* events.
DeletedAt 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]