platform_validate
Check a post's readiness for each platform, covering media, caption limits, credentials, and scheduling; returns a ready flag and list of problems per platform.
Instructions
Per-platform readiness of one post: media present, caption length caps, credentials/auth, Meta action block, YouTube future-publishAt, approval state. Returns { platform: { ready, problems[] } }. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | ||
| campaign | Yes | ||
| clientId | No | Optional client id to scope this call (defaults to the active client) |