FoPost.PublishResult (FoPost v0.1.0)

Copy Markdown View Source

What a publish, a retry, or a cancel queued.

Publishing answers when delivery is queued, not when the post is live. Poll FoPost.Posts.deliveries/2 or subscribe a webhook to learn the outcome.

Summary

Types

t()

@type t() :: %FoPost.PublishResult{
  deliveries: term(),
  dry_run: term(),
  health_warnings: term(),
  post: term(),
  post_status: term(),
  raw: term()
}