Fires the moment we accept a scheduledDocumentation Index
Fetch the complete documentation index at: https://docs.letmepost.dev/llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/posts and enqueue the delayed job. Immediate posts (no scheduledAt) do not fire this event — they go straight to post.published or a failure event.
Payload
post.queued.json
Use it for
- Surface “scheduled” state in your UI as soon as the API accepts the post.
- Log the queueing for audit trails —
queuedAtis the API-side timestamp, not your wall clock.
Related
post.published— fires when the queued post actually publishes.- Scheduled posts — full scheduling guide.