Scheduled Posts
Schedule posts for future publication across one or more social networks using the Publer API.
Endpoint
Request Headers
Authorization
Yes
Bearer-API YOUR_API_KEY
Publer-Workspace-Id
Yes
Workspace ID for scheduling posts
Content-Type
Yes
application/json
Accept
No
application/json
(default)
Request Body
Include a valid ISO 8601 scheduled_at
timestamp under each account:
Sample Request
Sample Response
Status: 200 OK
Key Fields
state Must be set to
"scheduled"
for future publishing.accounts[].scheduled_at ISO 8601 timestamp (with
Z
or offset) specifying when to publish.networks Per-platform content configuration (e.g.,
facebook
,twitter
,linkedin
).
Important Considerations
Time Formats
Use full ISO 8601 format, including timezone (e.g.,
2025-06-01T09:00:00+02:00
).Timestamps must be at least 1 minute in the future.
Scheduling Limits
Plan
Maximum Advance Scheduling
Free
7 days in advance
Professional
1 year in advance
Business
5 years in advance
Best Practices
Buffer Time: Space posts 1–2 minutes apart to avoid collisions.
Timezone Awareness: Schedule using your audience’s local time.
Batch Scheduling: Combine related posts in a single request for efficiency.
Verify: Poll
/api/v1/job_status/{job_id}
to confirm scheduling success.
Related Topics
Content Types - Details on different content formats
Auto-Scheduling - Advanced AI-based scheduling options
Recurring Posts - Setting up repeating content
Network Reference - Platform-specific scheduling limitations
Last updated
Was this helpful?