ENUM

SocialPostStatus

Lifecycle state of a single publish to a Destination (VE-26372).

link GraphQL Schema definition

1enum SocialPostStatus {
2
3# Accepted by the vendor, not yet confirmed published. Does not distinguish
4# in-flight from a
5# publish that outran the engine's poll deadline or never reported terminal.
6PENDING
7
8# The vendor confirmed the post is live.
9POSTED
10
11# The vendor rejected the post or reported failure.
12FAILED
13}