Retry Scheduled Post
retry_scheduled_postRetry a failed scheduled post, optionally editing the content, narrowing to failed platforms, rescheduling, or publishing immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Compatibility alias for postId. | |
| text | No | Replacement post text for the retry. | |
| postId | No | Scheduled post ID. | |
| team_id | No | Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope. | |
| mediaUrl | No | Replacement public HTTPS media URL for the retry. | |
| mediaUrls | No | Replacement public HTTPS media URLs for the retry. | |
| platforms | No | Optional subset of failed platforms to retry. | |
| publishNow | No | Publish the retry immediately instead of scheduling it. | |
| scheduleId | No | Compatibility alias for postId. | |
| scheduledAt | No | New ISO 8601 retry time. Required unless publishNow is true. | |
| firstComment | No | Optional replacement Instagram first comment. | |
| pinterestBoardId | No | Optional replacement Pinterest board ID. |