Skip to main content

PostDestination

idstring<uuid>
platformstring
statusstring
account_namestringnullable
account_idintegernullable
scheduled_forstring<date-time>

When THIS destination publishes. The scheduler fires by this value, not the post-level scheduled_for. After a reschedule it should match the post-level value; a mismatch means the edit didn't fully propagate.

published_atstring<date-time>nullable
platform_post_idstringnullable
errorstringnullable
attemptsinteger
PostDestination
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"platform": "string",
"status": "string",
"account_name": "string",
"account_id": 0,
"scheduled_for": "2024-07-29T15:51:28.071Z",
"published_at": "2024-07-29T15:51:28.071Z",
"platform_post_id": "string",
"error": "string",
"attempts": 0
}