Skip to main content
Fires the moment we accept a scheduled 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 — queuedAt is the API-side timestamp, not your wall clock.