Create a schedule for future posts to automatically be published
Auto scheduling allows you to create pre-defined posting schedules.
You can set up multiple schedules, each with specific posting times on chosen days.
Auto schedule is distinct from the scheduleDate
field in the Publish Post endpoint.
Auto schedule is distinct from the scheduleDate
field in the Publish Post
endpoint and it is meant to automate scheduling. You should use either auto
schedule or scheduleDate
, but not both.
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).
The schedule may be applied with the Publish Post endpoint using the following fields:
schedule
: (required) A Boolean value that must be set to true
to enable auto scheduling.
title
: (optional) A String value that specifies the name of the schedule. This title
should
match the name of a schedule created using the Set Auto Schedule
endpoint. If not provided, the default title is default
. Note that the title
is
case-sensitive and must be an exact match.
See your list of auto schedules by calling the List Auto Schedules endpoint.
Please see this article on using the auto scheduling API for more information.
Auto schedule for a particular user profile by adding the PROFILE_KEY in the header.
Create a schedule for future posts to automatically be published
Auto scheduling allows you to create pre-defined posting schedules.
You can set up multiple schedules, each with specific posting times on chosen days.
Auto schedule is distinct from the scheduleDate
field in the Publish Post endpoint.
Auto schedule is distinct from the scheduleDate
field in the Publish Post
endpoint and it is meant to automate scheduling. You should use either auto
schedule or scheduleDate
, but not both.
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).
The schedule may be applied with the Publish Post endpoint using the following fields:
schedule
: (required) A Boolean value that must be set to true
to enable auto scheduling.
title
: (optional) A String value that specifies the name of the schedule. This title
should
match the name of a schedule created using the Set Auto Schedule
endpoint. If not provided, the default title is default
. Note that the title
is
case-sensitive and must be an exact match.
See your list of auto schedules by calling the List Auto Schedules endpoint.
Please see this article on using the auto scheduling API for more information.
Auto schedule for a particular user profile by adding the PROFILE_KEY in the header.