Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 932 Bytes

File metadata and controls

15 lines (10 loc) · 932 Bytes

WebhookPayloadPostPlatformPlatform

Properties

Name Type Description Notes
name String Platform name (e.g. twitter, tiktok, instagram).
status Status Terminal status this event fires on. Matches the event suffix. (enum: published, failed)
platform_post_id Option<String> Platform-native post id. Present on published, absent on failed. [optional]
published_url Option<String> Public URL to the platform-side post. Present on published (when the platform exposes one and it is not a draft). [optional]
error Option<String> Error message from the platform. Present on failed, absent on published. [optional]

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