Skip to main content

Description

Tracks the status of a social post created with create_social_post. Use it to check whether a scheduled or published post actually went out, see per-location status, and get the live post URL or the failure reason.

Parameters

Example Usage

Example Response

Response Fields

Each socialPostDetails entry contains locationName, locationNumber, a status object (status is one of POST_SCHEDULED, POST_SUCCEEDED, POST_PROCESSING, POST_FAILED, REJECTED_BY_APPROVER, plus a failureReason when failed), publishedTimestamp (Unix ms), and — when published — socialSitePostId and socialSitePostUrl.

Notes

  • trackingId comes from the response of create_social_post. It is user-supplied or taken from a prior create call — it cannot be resolved from another tool.