Scheduling
Schedule posts for a specific date, time, and timezone.
Schedule a Post
To schedule a post, include scheduledAt (ISO 8601 datetime) and optionally timezone (IANA timezone string) in your request. Omit publishNow or set it to false.
Response:
The scheduledFor field shows the UTC time the post will be published.
Timezone Support
Pass any IANA timezone string:
America/New_YorkEurope/LondonAsia/JerusalemAsia/TokyoUTC(default)
If no timezone is provided, scheduledAt is treated as UTC.
List Scheduled Posts
Response:
Posts are sorted by scheduledFor (ascending — next post first).
Cancel a Scheduled Post
Response:
Returns 404 if not found, 409 if the post has already been published.
Reschedule a Post
Response: