Auto-Scheduling
Automatically pick the optimal posting time for your content within a specified date window. Publer analyzes your posting schedule and audience engagement to fill gaps and maximize reach.
Endpoint
Request Headers
Authorization
Yes
Bearer-API YOUR_API_KEY
Publer-Workspace-Id
Yes
Workspace ID
Content-Type
Yes
application/json
Accept
No
application/json
(default)
Request Body
Set auto: true
and define range
to enable auto-scheduling:
Key Parameters
auto
boolean
Set to true
to enable auto-scheduling
range.start_date
string
Earliest ISO 8601 timestamp for posting (inclusive)
range.end_date
string
Latest ISO 8601 timestamp for posting (inclusive, optional)
share_next
boolean
(Optional) When true
, schedule in the very next available slot
Examples
Basic Auto-Scheduling
Next Available Slot
Omit end_date
and set share_next
to schedule at the next open slot:
How It Works
Analyze Schedule: Publer looks at your existing posting queue and calendar.
Identify Slots: Finds open time slots based on your account’s posting schedule.
Optimize: Uses audience engagement data to pick a high-impact time within your range.
Schedule: Creates the post at the selected time.
Use Cases
Fill Gaps: Keep your queue full without manual scheduling.
Engagement Boost: Leverage data-driven timing for better reach.
Bulk Campaigns: Auto-schedule large batches within a window.
Hands-Off Workflow: Let Publer handle timing so you focus on content.
Best Practices
Define Posting Schedule: Ensure your account has active time slots configured.
Reasonable Ranges: Provide a wide enough window for better slot selection.
Mix Methods: Combine auto-scheduling with manual posts for flexibility.
Monitor Jobs: Poll
/api/v1/job_status/{job_id}
to confirm success.
Common Issues
No available slots
Add or open time slots in your posting schedule within the date range.
Suboptimal timing
Expand the date range or refine your posting schedule.
Data insufficient
Post more content manually to build up engagement metrics.
Related Topics
Last updated
Was this helpful?