Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 929 Bytes

File metadata and controls

13 lines (10 loc) · 929 Bytes

# 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`, 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). [optional]
error string Error message from the platform. Present on `failed`, absent on `published`. [optional]

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