Fires after a successful publish — both for immediateDocumentation 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 calls and for scheduled posts when the worker runs.
Payload
post.published.json
warnings is non-empty when the parent post succeeded but a follow-up step (e.g., first-comment) failed. We don’t fail the whole publish for that — we surface a warning.
Use it for
- Mark posts as published in your UI.
- Capture the platform’s native URI to link out to the post.
- Trigger downstream workflows (announcements, analytics, attribution).