ENUM
SocialPostStatus
Lifecycle state of a single publish to a Destination (VE-26372).
link GraphQL Schema definition
1 enum 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. 6 7 8 # The vendor confirmed the post is live. 9 10 11 # The vendor rejected the post or reported failure. 12 13 }
link Required by
- RecordSocialPostInputEngine-only. Records one Ayrshare publish against a TDO + Destination. The TDO and the network are NOT accepted here — they are read from the calling task's payload, which is the only authorized source for them. Supply the destination and the vendor's result.
- RecordSocialPostPayloadAcknowledgement of a recorded publish. The readable SocialPost type and its analytics belong to VE-26373/VE-26375.