API Changelog
This changelog highlights notable additions and changes to the Postpone API. Minor documentation updates and internal changes are not included.
August 2026
Create drafts without a scheduled date
Scheduling mutations can now create and update drafts without a postAt value on all supported platforms except Reddit. A date is still required before the draft can be published.
Learn about drafts without a date
Schedule posts using Account Schedules
Scheduling mutations now support schedulingMode: QUEUE_NEXT. Leave out postAt to place a post in the next open slot in the social account's Account Schedule.
Learn about scheduling at the next open slot
July 2026
Attach media with a unified input
Scheduling mutations now accept a media list. Each file can be referenced by Content Library ID, Content Library name, or public URL. This replaces the legacy mediaUrl, mediaUrls, and mediaName parameters, which remain available but are deprecated.
Upload media through the API
New GraphQL mutations can add images, videos, and GIFs to the Content Library from a public URL or by uploading a local file directly.
Find fresh media for Reddit
The Content Library media query now supports the FRESH_FOR_SUBREDDIT usage filter. Use it to find media that has not been submitted or scheduled in specified subreddits.
Learn about Content Library usage filters
June 2026
Connect AI agents with MCP
The Postpone Model Context Protocol (MCP) server launched in beta. MCP-compatible clients can list accounts and posts, search media, and create or delete scheduled posts using OAuth or an API key.
May 2026
Schedule Threads topic tags and ghost posts
The Threads scheduling mutation now supports explicit topic tags and text-only ghost posts that automatically archive after 24 hours.