Update Post
update_postUpdate existing post content or properties in Notion and sync to WordPress. Only provided fields are changed; supports SEO meta and publishing.
Instructions
Update an existing post's content or properties in Notion, then re-sync to WordPress. Only provided fields are updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | The post ID to update | |
| title | No | New title | |
| body | No | New content in markdown (replaces entire body) | |
| category | No | New category name | |
| tags | No | New tag names | |
| seoKeyword | No | New SEO focus keyword | |
| seoDescription | No | New meta description for SEO (max 160 chars) | |
| slug | No | New URL slug | |
| publish | No | Set true to also publish after updating |