All platforms
Scheduled Posts
Schedule posts to go out at a specific time. Plan content ahead and post when your audience is most active.
How it works
Schedule via API
Add the scheduled_for query parameter with an ISO 8601 timestamp.
curl -X POST "https://api.yeetpost.com/api/v2/post/linkedin?scheduled_for=2025-03-15T09:00:00Z" \
-H "x-api-key: <your-api-key>" \
-d 'Announcing our new feature!'Constraints
- Timestamp must be in the future
- Maximum 30 days ahead
Supported platforms
Scheduling works with all yeetpost integrations:
LinkedIn
X (Twitter)
Slack
SMS
Email
Response
When scheduling succeeds, you get a confirmation with the scheduled time.
{
"scheduled": true,
"scheduled_for": "2025-03-15T09:00:00.000Z"
}Ready to get started?
Start scheduling posts today.