Available on Premium, Business, Enterprise plans.
scheduleDate field in the Publish Post endpoint.
Key Features of Auto Schedule
- Create custom schedules, e.g., post at 9 AM, 2 PM, and 5 PM on Mondays and Wednesdays.
- Posts are automatically queued in the next available time slot.
- No limit on the number of schedules you can create.
- Auto schedule is distinct from the
scheduleDatefield in the Publish Post endpoint and it is meant to automate scheduling. You should use either auto schedule orscheduleDate, but not both.
Example Auto Schedule Scenario
- Current time: Monday, 10 AM (GMT).
- You create an auto schedule for posting at 9 AM and 5 PM.
- You add three posts to this schedule.
- The system automatically schedules these posts for: Monday at 5 PM, Tuesday at 9 AM, and Tuesday at 5 PM.
Deleting a scheduled post doesn’t free up its time slot. For example, if you delete the Monday 5
PM post and add a new post to the same schedule, it will be placed in the next available slot (in
this case, Wednesday at 9 AM).
Publish Using Auto Schedule
The schedule may be applied with the Publish Post endpoint using the following fields:Auto Schedule
schedule: (required) A Boolean value that must be set totrueto enable auto scheduling.title: (optional) A String value that specifies the name of the schedule. Thistitleshould match the name of a schedule created using the Set Auto Schedule endpoint. If not provided, the default title isdefault. Note that thetitleis case-sensitive and must be an exact match.
