pfm_update_post
Update an existing social post by replacing its entire definition. Use the same fields as create to modify caption, media, scheduling, and target accounts.
Instructions
Update an existing social post (replaces the entire post definition). Use the same schema as create — all fields are re-set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Post ID to update | |
| media | No | Media items to attach | |
| caption | Yes | Caption/body text for the post | |
| isDraft | No | If true, save as draft — post will not be processed | |
| external_id | No | Your own unique identifier for this post | |
| scheduled_at | No | ISO 8601 datetime to schedule the post; omit to post immediately | |
| social_accounts | Yes | Array of social account IDs to post to | |
| account_configurations | No | ||
| platform_configurations | No |