Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.13 KB

File metadata and controls

14 lines (11 loc) · 1.13 KB

# WebhookPayloadPostPlatformPlatform

Properties

Name Type Description Notes
name string Platform name (e.g. `twitter`, `tiktok`, `instagram`).
status string Terminal status this event fires on. Matches the event suffix.
platform_post_id string Platform-native post id. Present on `published` and `deleted`, absent on `failed`. [optional]
published_url string Public URL to the platform-side post. Present on `published` (when the platform exposes one and it is not a draft) and on `deleted` (when one was recorded at publish time). [optional]
error string Error message from the platform. Present on `failed` only. [optional]
deleted_at \DateTime When the platform-side deletion was detected by Zernio sync (ISO 8601). Present only on `post.platform.deleted`. [optional]

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