yeetpost

Scheduling Posts

March 11, 2025

Scheduling posts in yeetpost

By the way, the above post really was scheduled from yeetpost, and can be found live here.

You can now schedule posts to go out at a specific time. Whether you're planning content ahead or posting when your audience is most active, scheduling makes it easy.

#How It Works

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!'

The timestamp must be in the future and within 30 days. Your post will be published automatically at the scheduled time.

See the API reference for more details.

#Retry Failed Posts

Sometimes posts fail - maybe you hit a rate limit or the platform had an issue. You can now retry failed posts directly from the dashboard.

Retry failed posts

Head to your post history, find the failed post, and click retry. The post will be queued again with the same content.