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