Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.letmepost.dev/llms.txt

Use this file to discover all available pages before exploring further.

Fires for transient failures: internal_error or platform_unavailable. For scheduled posts, the worker may retry per the queue policy before this event becomes terminal.

Payload

{
  "type": "post.failed",
  "data": {
    "id": "post_...",
    "platform": "bluesky",
    "accountId": "...",
    "profileId": "...",
    "error": {
      "code": "platform_unavailable",
      "message": "Bluesky API returned 503 Service Unavailable."
    },
    "rejectedAt": "2026-05-04T15:30:00Z"
  }
}

Use it for

  • Surface “publish issue, will retry” state — distinct from post.rejected (“publish failed, won’t retry”).
  • Capture metrics on platform-side reliability.