Retry Failed Platforms
retry_failed_platformsRetry publishing for failed platforms of a specific post. Resets status to PENDING and reattempts with the same content after fixing the cause.
Instructions
Re-queue publishing for a post's FAILED platforms. Only rows with status FAILED whose id is in platformIds are reset to PENDING and retried with the same content; other ids are ignored, and with none matching the call fails with "No failed platforms to retry". The post moves to PUBLISHING and the retry is asynchronous, so check list_post_results for the outcome. Get platformIds (not platform names) and each errorMessage from list_post_results first; retry once the cause is fixed (reconnected account, replaced media), not for a platform-side restriction, which will just fail again. Content cannot change on retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Post ID whose platforms failed | |
| platformIds | Yes | platformId values of FAILED rows from list_post_results (not platform names). At least one |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | An object with postId, queuedPlatforms (platforms re-queued for publishing), and isScheduled: false. Outcomes arrive asynchronously in list_post_results. |