Publishing Methods
Available Methods
Method
Use Case
Key Parameters
Business Value
Immediate Publishing
POST /api/v1/posts/schedule/publish{
"bulk": {
"state": "scheduled",
"posts": [
{
"networks": {
"facebook": {
"type": "status",
"text": "Breaking news update!"
}
},
"accounts": [
{
"id": "66db83154e299efa19a2d8eb"
// No scheduled_at parameter
}
]
}
]
}
}Implementation Notes
Scheduled Publishing
Implementation Notes
Draft Posts
Visibility Options
Auto-Scheduling
Before auto-scheduling, you need to keep in mind that:
Key Auto-Scheduling Parameters
Recycling Content
To Recycle a post:
Recurring Posts
Response Handling
Checking Job Status
Job Status Values
Advanced Usage Tips
Last updated
Was this helpful?

