| 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] |