# WebhookPayloadPostPlatformPlatform
## Properties
**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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)